service lock in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/core.services.yml \lock
Class
Drupal\Core\Lock\DatabaseLockBackendTags
- backend_overridable
18 string references to lock
- AliasTest::testWhitelist in core/
modules/ system/ src/ Tests/ Path/ AliasTest.php - Tests the alias whitelist.
- CacheCollectorTest::testCacheCollector in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheCollectorTest.php - Tests setting and invalidating
- CommentLockTest::testLocks in core/
modules/ comment/ tests/ src/ Unit/ Entity/ CommentLockTest.php - Test the lock behavior.
- ConfigImporterMissingContentTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImporterMissingContentTest.php - Performs setup tasks before each individual test method is run.
- ConfigImporterTest::setUp in core/
modules/ config/ src/ Tests/ ConfigImporterTest.php - Performs setup tasks before each individual test method is run.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Lock\DatabaseLockBackend
- arguments:
- - '@database'
- tags:
- - { name: backend_overridable }
- lazy: true