public function DomainConfigOverride::getCacheSuffix in Domain Site Settings 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/
Configuration/ DomainConfigOverride.php, line 75
Class
- DomainConfigOverride
- Overrides the config with the saved domain specific settings.
Namespace
Drupal\domain_site_settings\ConfigurationCode
public function getCacheSuffix() {
return 'MultiSiteConfigurationOverrider';
}