You are here

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\key

Code

public function getCacheSuffix() {
  return 'key_config_override';
}