public function KeyConfigOverrides::getCacheSuffix in Key 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/KeyConfigOverrides.php, line 114 
Class
- KeyConfigOverrides
- Provides key overrides for configuration.
Namespace
Drupal\keyCode
public function getCacheSuffix() {
  return 'key_config_override';
}