constant KeyValueFactory::SPECIFIC_PREFIX in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Core/KeyValueStore/KeyValueFactory.php \Drupal\Core\KeyValueStore\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
- lib/
Drupal/ Core/ KeyValueStore/ KeyValueFactory.php, line 23 - Contains \Drupal\Core\KeyValueStore\KeyValueFactory.
Class
- KeyValueFactory
- Defines the key/value store factory.
Namespace
Drupal\Core\KeyValueStoreCode
const SPECIFIC_PREFIX = 'keyvalue_service_';