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

Breadcrumb

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

function LockInterface::release

Release the lock.

Throws

LockReleasingException If the lock cannot be released

2 methods override LockInterface::release()
Lock::release in vendor/symfony/lock/Lock.php
Release the lock.
NoLock::release in vendor/symfony/lock/NoLock.php
Release the lock.

File

vendor/symfony/lock/LockInterface.php, line 54

Class

LockInterface
LockInterface defines an interface to manipulate the status of a lock.

Namespace

Symfony\Component\Lock

Code

public function release() : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal