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();
doc_Drupal
2016-10-29 09:24:54
Comments
Leave a Comment

Please login to continue.