You are here

constant KeyValueListFactory::DEFAULT_SETTING in Key-value Extensions 8

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

src/KeyValueStore/KeyValueListFactory.php, line 13

Class

KeyValueListFactory

Namespace

Drupal\key_value\KeyValueStore

Code

const DEFAULT_SETTING = 'keyvalue_list_default';