W3cubDocs

/Drupal 8

public function ConfigFactoryOverrideInterface::getCacheSuffix

public 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.

File

core/lib/Drupal/Core/Config/ConfigFactoryOverrideInterface.php, line 28

Class

ConfigFactoryOverrideInterface
Defines the interface for a configuration factory override object.

Namespace

Drupal\Core\Config

Code

public function getCacheSuffix();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!ConfigFactoryOverrideInterface.php/function/ConfigFactoryOverrideInterface::getCacheSuffix/8.1.x