service keyvalue.expirable in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \keyvalue.expirable
Class
Drupal\Core\KeyValueStore\KeyValueExpirableFactory4 string references to keyvalue.expirable
- DatabaseStorageExpirableTest::setUp in core/
modules/ system/ src/ Tests/ KeyValueStore/ DatabaseStorageExpirableTest.php - Performs setup tasks before each individual test method is run.
- 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
- class: Drupal\Core\KeyValueStore\KeyValueExpirableFactory
- arguments:
- - '@service_container'
- - '%factory.keyvalue.expirable%'