W3cubDocs

/Drupal 8

public function LockBackendInterface::getLockId

public LockBackendInterface::getLockId()

Gets the unique page token for locks.

Locks will be wiped out at the end of each page request on a token basis.

Return value

string

File

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

Class

LockBackendInterface
Lock backend interface.

Namespace

Drupal\Core\Lock

Code

public function getLockId();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Lock!LockBackendInterface.php/function/LockBackendInterface::getLockId/8.1.x