You are here

public function ConfigOverriderLowPriority::getCacheSuffix in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/config/tests/config_override_test/src/ConfigOverriderLowPriority.php \Drupal\config_override_test\ConfigOverriderLowPriority::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_override_test/src/ConfigOverriderLowPriority.php, line 42
Contains \Drupal\config_override_test\ConfigOverriderLowPriority.

Class

ConfigOverriderLowPriority
Tests module overrides for configuration.

Namespace

Drupal\config_override_test

Code

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