lock
Same name and namespace in other branches
Class
Drupal\Core\Lock\DatabaseLockBackendTags
- backend_overridable
15 string references to lock
- AliasTest::testPrefixList in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests the alias prefix.
- AliasTest::testPrefixListCacheDeletionMidRequest in core/
modules/ path_alias/ tests/ src/ Kernel/ AliasTest.php - Tests situation where the prefix list cache is deleted mid-request.
- BrowserTestBase::tearDown in core/
tests/ Drupal/ Tests/ BrowserTestBase.php - CacheCollectorTest::setUpMockLockBackend in core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php - Reinitializes the lock backend as a mock object.
- CacheCollectorTest::testCacheCollector in core/
tests/ Drupal/ KernelTests/ Core/ Cache/ CacheCollectorTest.php - Tests setting and invalidating.
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Lock\DatabaseLockBackend
- 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.