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