You are here

public function ConfigOverride::getCacheSuffix in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Installer/ConfigOverride.php \Drupal\Core\Installer\ConfigOverride::getCacheSuffix()

The string to append to the configuration static cache name.

Return value

string A string to append to the configuration static cache name.

Overrides ConfigFactoryOverrideInterface::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';
}