You are here

service keyvalue.expirable in Drupal 8

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

Class

Drupal\Core\KeyValueStore\KeyValueExpirableFactory
5 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.
layout_builder_post_update_fix_tempstore_keys in core/modules/layout_builder/layout_builder.post_update.php
Fix Layout Builder tempstore keys of existing entries.

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%'