constant KeyValueFactory::DEFAULT_SETTING in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php \Drupal\Core\KeyValueStore\KeyValueFactory::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.
File
- core/
lib/ Drupal/ Core/ KeyValueStore/ KeyValueFactory.php, line 26
Class
- KeyValueFactory
- Defines the key/value store factory.
Namespace
Drupal\Core\KeyValueStoreCode
const DEFAULT_SETTING = 'default';