You are here

public function ConfigFactoryOverrideInterface::getCacheSuffix in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php \Drupal\Core\Config\ConfigFactoryOverrideInterface::getCacheSuffix()

The string to append to the configuration static cache name.

Return value

string A string to append to the configuration static cache name.

6 methods override ConfigFactoryOverrideInterface::getCacheSuffix()
CacheabilityMetadataConfigOverride::getCacheSuffix in core/modules/config/tests/config_override_integration_test/src/CacheabilityMetadataConfigOverride.php
The string to append to the configuration static cache name.
ConfigOverrider::getCacheSuffix in core/modules/config/tests/config_entity_static_cache_test/src/ConfigOverrider.php
The string to append to the configuration static cache name.
ConfigOverrider::getCacheSuffix in core/modules/config/tests/config_override_test/src/ConfigOverrider.php
The string to append to the configuration static cache name.
ConfigOverriderLowPriority::getCacheSuffix in core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php
The string to append to the configuration static cache name.
LanguageConfigFactoryOverride::getCacheSuffix in core/modules/language/src/Config/LanguageConfigFactoryOverride.php
The string to append to the configuration static cache name.

... See full list

File

core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php, line 33
Contains \Drupal\Core\Config\ConfigFactoryOverrideInterface.

Class

ConfigFactoryOverrideInterface
Defines the interface for a configuration factory override object.

Namespace

Drupal\Core\Config

Code

public function getCacheSuffix();