function ConfigFactoryOverrideInterface::getCacheSuffix
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php \Drupal\Core\Config\ConfigFactoryOverrideInterface::getCacheSuffix()
- 10 core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php \Drupal\Core\Config\ConfigFactoryOverrideInterface::getCacheSuffix()
- 11.x 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.
8 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.
- ConfigOverride::getCacheSuffix in core/
lib/ Drupal/ Core/ Installer/ ConfigOverride.php - The string to append to the configuration static cache name.
- ConfigOverrider::getCacheSuffix in core/
modules/ settings_tray/ tests/ modules/ settings_tray_override_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.
- 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.
File
-
core/
lib/ Drupal/ Core/ Config/ ConfigFactoryOverrideInterface.php, line 28
Class
- ConfigFactoryOverrideInterface
- Defines the interface for a configuration factory override object.
Namespace
Drupal\Core\ConfigCode
public function getCacheSuffix();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.