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/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php, line 42

Class

ConfigOverrider
Provides an overridden block for Settings Tray testing.

Namespace

Drupal\settings_tray_override_test

Code

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

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