You are here

constant KeyValueSortedSetFactory::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/KeyValueSortedSetFactory.php, line 13

Class

KeyValueSortedSetFactory

Namespace

Drupal\key_value\KeyValueStore

Code

const DEFAULT_SETTING = 'keyvalue_sorted_set_default';