service keyvalue in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \keyvalue
- 9 core/core.services.yml \keyvalue
Class
Drupal\Core\KeyValueStore\KeyValueFactory22 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\KeyValueStore\KeyValueFactory
- arguments:
- - '@service_container'
- - '%factory.keyvalue%'