Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. LockBackendInterface.php

function LockBackendInterface::release

Releases the given lock.

Parameters

string $name: The lock name.

4 methods override LockBackendInterface::release()
DatabaseLockBackend::release in core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
Releases the given lock.
DatabaseLockBackend::release in core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php
Releases the given lock.
NullLockBackend::release in core/lib/Drupal/Core/Lock/NullLockBackend.php
Releases the given lock.
PersistentDatabaseLockBackend::release in core/lib/Drupal/Core/ProxyClass/Lock/PersistentDatabaseLockBackend.php
Releases the given lock.

File

core/lib/Drupal/Core/Lock/LockBackendInterface.php, line 132

Class

LockBackendInterface
Lock backend interface.

Namespace

Drupal\Core\Lock

Code

public function release($name);
RSS feed
Powered by Drupal