You are here

constant KeyValueExpirableFactory::SPECIFIC_PREFIX in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php \Drupal\Core\KeyValueStore\KeyValueExpirableFactory::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.

Overrides KeyValueFactory::SPECIFIC_PREFIX

File

core/lib/Drupal/Core/KeyValueStore/KeyValueExpirableFactory.php, line 17
Contains \Drupal\Core\KeyValueStore\KeyValueExpirableFactory.

Class

KeyValueExpirableFactory
Defines the key/value store factory.

Namespace

Drupal\Core\KeyValueStore

Code

const SPECIFIC_PREFIX = 'keyvalue_expirable_service_';