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();
Please login to continue.