keyvalue.expirable

Same name in other branches
  1. 9 core/core.services.yml \keyvalue.expirable
  2. 8.9.x 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 the implementing class using autowiring.
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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.