lock.persistent
Same name and namespace in other branches
- 11.x core/core.services.yml \lock.persistent
- 10 core/core.services.yml \lock.persistent
- 9 core/core.services.yml \lock.persistent
- 8.9.x core/core.services.yml \lock.persistent
Class
Drupal\Core\Lock\PersistentDatabaseLockBackendTags
- backend_overridable
2 string references to lock.persistent
- ControllerBaseTest::testCreate in core/
tests/ Drupal/ KernelTests/ Core/ Controller/ ControllerBaseTest.php - Tests create.
- LockFunctionalTest::testPersistentLock in core/
modules/ system/ tests/ src/ Functional/ Lock/ LockFunctionalTest.php - Tests that the persistent lock is persisted between requests.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Lock\PersistentDatabaseLockBackend
- arguments:
- - '@database'
- tags:
- - { name: backend_overridable }
- lazy: true
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.