public function HighContrastConfigOverride::getCacheSuffix in High contrast 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/
HighContrastConfigOverride.php, line 66
Class
- HighContrastConfigOverride
- Configuration override class for high contrast.
Namespace
Drupal\high_contrastCode
public function getCacheSuffix() {
return 'HighContrastConfigOverride';
}