You are here

public function ErrorLevelConfigOverride::getCacheSuffix in Error Level Permission 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/ErrorLevelConfigOverride.php, line 47

Class

ErrorLevelConfigOverride

Namespace

Drupal\errorlevelpermission

Code

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