You are here

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

Code

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