function ConfigOverride::getCacheSuffix
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheSuffix()
- 10 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheSuffix()
- 11.x core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheSuffix()
Overrides ConfigFactoryOverrideInterface::getCacheSuffix
File
-
core/
lib/ Drupal/ Core/ Installer/ ConfigOverride.php, line 44
Class
- ConfigOverride
- Override configuration during the installer.
Namespace
Drupal\Core\InstallerCode
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.