function ConfigOverrider::getCacheSuffix

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

core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php, line 28

Class

ConfigOverrider
Tests module overrides for configuration.

Namespace

Drupal\config_entity_static_cache_test

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.