function ConfigOverriderLowPriority::getCacheSuffix
Same name in other branches
- 9 core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php \Drupal\config_override_test\ConfigOverriderLowPriority::getCacheSuffix()
- 10 core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php \Drupal\config_override_test\ConfigOverriderLowPriority::getCacheSuffix()
- 11.x core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php \Drupal\config_override_test\ConfigOverriderLowPriority::getCacheSuffix()
Overrides ConfigFactoryOverrideInterface::getCacheSuffix
File
-
core/
modules/ config/ tests/ config_override_test/ src/ ConfigOverriderLowPriority.php, line 37
Class
- ConfigOverriderLowPriority
- Tests module overrides for configuration.
Namespace
Drupal\config_override_testCode
public function getCacheSuffix() {
return 'ConfigOverriderLowPriority';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.