constant KeyValueExpirableFactory::DEFAULT_SETTING in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php \Drupal\Core\KeyValueStore\KeyValueExpirableFactory::DEFAULT_SETTING
The default setting name.
This is a setting name that will be used if the specific setting does not exist. The setting value will be the id of a service.
Overrides KeyValueFactory::DEFAULT_SETTING
File
- core/
lib/ Drupal/ Core/ KeyValueStore/ KeyValueExpirableFactory.php, line 14
Class
- KeyValueExpirableFactory
- Defines the key/value store factory.
Namespace
Drupal\Core\KeyValueStoreCode
const DEFAULT_SETTING = 'keyvalue_expirable_default';