constant 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\KeyValueStore

Code

const DEFAULT_SETTING = 'default';

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!KeyValueStore!KeyValueFactory.php/constant/KeyValueFactory::DEFAULT_SETTING/8.1.x