You are here

constant KeyValueListFactory::SPECIFIC_PREFIX in Key-value Extensions 8

The specific setting name prefix.

The collection name will be prefixed with this constant and used as a setting name. The setting value will be the id of a service.

Overrides KeyValueFactory::SPECIFIC_PREFIX

File

src/KeyValueStore/KeyValueListFactory.php, line 11

Class

KeyValueListFactory

Namespace

Drupal\key_value\KeyValueStore

Code

const SPECIFIC_PREFIX = 'keyvalue_list_service_';