constant KeyValueExpirableFactory::DEFAULT_SERVICE in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php \Drupal\Core\KeyValueStore\KeyValueExpirableFactory::DEFAULT_SERVICE
The default service id.
If the default setting does not exist, this is the default service id.
Overrides KeyValueFactory::DEFAULT_SERVICE
File
- core/
lib/ Drupal/ Core/ KeyValueStore/ KeyValueExpirableFactory.php, line 10
Class
- KeyValueExpirableFactory
- Defines the key/value store factory.
Namespace
Drupal\Core\KeyValueStoreCode
const DEFAULT_SERVICE = 'keyvalue.expirable.database';