service lock.persistent in Drupal 10
Same name and namespace in other branches
- 8 core/core.services.yml \lock.persistent
- 9 core/core.services.yml \lock.persistent
Class
Drupal\Core\Lock\PersistentDatabaseLockBackendTags
- backend_overridable
8 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.
- install_config_import_batch in core/
includes/ install.core.inc - Creates a batch for the config importer to process.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Lock\PersistentDatabaseLockBackend
- arguments:
- - '@database'
- tags:
- - { name: backend_overridable }
- lazy: true