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
1 | public function getCacheSuffix(); |
Please login to continue.