You are here

public function StatusOverride::getCacheSuffix in Configuration Split 2.0.x

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/Config/StatusOverride.php, line 120

Class

StatusOverride
A config override for config split based on the drupal state.

Namespace

Drupal\config_split\Config

Code

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