public function EnvironmentConfigOverride::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/
EnvironmentConfigOverride.php, line 76
Class
- EnvironmentConfigOverride
- Provides a config override which uses the environment variable.
Namespace
Drupal\config_overrideCode
public function getCacheSuffix() {
return 'config_override__env';
}