7 calls to PersistentDatabaseLockBackend::lazyLoadItself() in Drupal 10
- PersistentDatabaseLockBackend::acquire in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - Acquires a lock.
- PersistentDatabaseLockBackend::getLockId in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - Gets the unique page token for locks.
- PersistentDatabaseLockBackend::lockMayBeAvailable in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - Checks if a lock is available for acquiring.
- PersistentDatabaseLockBackend::release in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - Releases the given lock.
- PersistentDatabaseLockBackend::releaseAll in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - Releases all locks for the given lock token identifier.
- PersistentDatabaseLockBackend::schemaDefinition in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - PersistentDatabaseLockBackend::wait in core/
lib/ Drupal/ Core/ ProxyClass/ Lock/ PersistentDatabaseLockBackend.php - Waits a short amount of time before a second lock acquire attempt.