You are here

service keyvalue in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \keyvalue
  2. 9 core/core.services.yml \keyvalue

Class

Drupal\Core\KeyValueStore\KeyValueFactory
22 string references to keyvalue
ConfigEntityQueryTest::testLookupKeys in core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php
Tests lookup keys are added to the key value store.
ControllerBase::keyValue in core/lib/Drupal/Core/Controller/ControllerBase.php
Returns a key/value storage collection.
Drupal::keyValue in core/lib/Drupal.php
Returns a key/value storage collection.
DrupalTest::testKeyValue in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the keyValue() method.
EntityAutocompleteController::create in core/modules/system/src/Controller/EntityAutocompleteController.php
Instantiates a new instance of this class.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\KeyValueStore\KeyValueFactory
  2. arguments:
  3. - '@service_container'
  4. - '%factory.keyvalue%'