function ConfigOverride::getCacheSuffix

Same name in other branches
  1. 9 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheSuffix()
  2. 8.9.x core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheSuffix()
  3. 10 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheSuffix()

File

core/lib/Drupal/Core/Installer/ConfigOverride.php, line 44

Class

ConfigOverride
Override configuration during the installer.

Namespace

Drupal\Core\Installer

Code

public function getCacheSuffix() {
    return 'core.install_config_override';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.