You are here

service keyvalue.expirable in Drupal 9

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

Class

Drupal\Core\KeyValueStore\KeyValueExpirableFactory
4 string references to keyvalue.expirable
DatabaseStorageExpirableTest::setUp in core/tests/Drupal/KernelTests/Core/KeyValueStore/DatabaseStorageExpirableTest.php
DbUpdateController::create in core/modules/system/src/Controller/DbUpdateController.php
Instantiates a new instance of this class.
DrupalTest::testKeyValueExpirable in core/tests/Drupal/Tests/Core/DrupalTest.php
Tests the keyValueExpirable() method.
InstallerServiceProvider::register in core/lib/Drupal/Core/Installer/InstallerServiceProvider.php
Registers services to the container.

File

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

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