public function ConfigOverrider::getCacheSuffix in Advanced CSS/JS Aggregation 8.2
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
- advagg_bundler/
src/ ConfigOverrider.php, line 28
Class
- ConfigOverrider
- Override required configuration values.
Namespace
Drupal\advagg_bundlerCode
public function getCacheSuffix() {
return 'ConfigOverrider';
}