constant KeyValueFactory::SPECIFIC_PREFIX

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.

File

core/lib/Drupal/Core/KeyValueStore/KeyValueFactory.php, line 18

Class

KeyValueFactory
Defines the key/value store factory.

Namespace

Drupal\Core\KeyValueStore

Code

const SPECIFIC_PREFIX = 'keyvalue_service_';

© 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::SPECIFIC_PREFIX/8.1.x