Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \lock.persistent
  2. 9 core/core.services.yml \lock.persistent

Class

Drupal\Core\Lock\PersistentDatabaseLockBackend

Tags

  • backend_overridable
6 string references to lock.persistent
ConfigImportRenameValidationTest::setUp in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigImportUITest::testImportLock in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests concurrent importing of configuration.
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.
ControllerBaseTest::testCreate in core/tests/Drupal/KernelTests/Core/Controller/ControllerBaseTest.php
@covers ::create

... See full list

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