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
Namespace
Drupal\errorlevelpermissionCode
public function getCacheSuffix() {
return 'errorlevelpermission';
}