You are here

public function Redis_Lock_BackendInterface::getLockId in Redis 7.3

Get the unique page token for locks. Locks will be wipeout at each end of page request on a token basis.

Return value

string

1 method overrides Redis_Lock_BackendInterface::getLockId()
Redis_Lock_DefaultBackend::getLockId in lib/Redis/Lock/DefaultBackend.php
Default implementation from actual Drupal core.

File

lib/Redis/Lock/BackendInterface.php, line 60

Class

Redis_Lock_BackendInterface
Lock backend interface.

Code

public function getLockId();