You are here

service lock.persistent in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/core.services.yml \lock.persistent

Class

Drupal\Core\Lock\PersistentDatabaseLockBackend

Tags

  • backend_overridable
5 string references to lock.persistent
ConfigImportRenameValidationTest::setUp in core/modules/config/src/Tests/ConfigImportRenameValidationTest.php
Performs setup tasks before each individual test method is run.
ConfigSingleImportForm::create in core/modules/config/src/Form/ConfigSingleImportForm.php
Instantiates a new instance of this class.
ConfigSync::create in core/modules/config/src/Form/ConfigSync.php
Instantiates a new instance of this class.
LockFunctionalTest::testPersistentLock in core/modules/system/src/Tests/Lock/LockFunctionalTest.php
Tests that the persistent lock is persisted between requests.
SystemTestController::create in core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\Core\Lock\PersistentDatabaseLockBackend
  2. arguments:
  3. - '@database'
  4. tags:
  5. - { name: backend_overridable }
  6. lazy: true