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\KeyValueStore
Code
const DEFAULT_SETTING = 'default';
Please login to continue.