constant KeyValueExpirableFactory::SPECIFIC_PREFIX in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php \Drupal\Core\KeyValueStore\KeyValueExpirableFactory::SPECIFIC_PREFIX
The specific setting name prefix.
The collection name will be prefixed with this constant and used as a setting name. The setting value will be the id of a service.
Overrides KeyValueFactory::SPECIFIC_PREFIX
File
- core/
lib/ Drupal/ Core/ KeyValueStore/ KeyValueExpirableFactory.php, line 12
Class
- KeyValueExpirableFactory
- Defines the key/value store factory.
Namespace
Drupal\Core\KeyValueStoreCode
const SPECIFIC_PREFIX = 'keyvalue_expirable_service_';