You are here

public function ModuleConfigOverrides::getCacheSuffix in Config override 8

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

src/ModuleConfigOverrides.php, line 77
Contains \Drupal\config_override\ModuleConfigOverrides.

Class

ModuleConfigOverrides

Namespace

Drupal\config_override

Code

public function getCacheSuffix() {
  return 'config_override.modules';
}