service lock.persistent in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \lock.persistent
Class
Drupal\Core\Lock\PersistentDatabaseLockBackendTags
- 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
- class: Drupal\Core\Lock\PersistentDatabaseLockBackend
- arguments:
- - '@database'
- tags:
- - { name: backend_overridable }
- lazy: true