public function Redis_Lock_Backend_Interface::getLockId in Redis 7
Same name and namespace in other branches
- 7.2 lib/Redis/Lock/Backend/Interface.php \Redis_Lock_Backend_Interface::getLockId()
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_Backend_Interface::getLockId()
- Redis_Lock_Backend_Default::getLockId in lib/
Redis/ Lock/ Backend/ Default.php - Default implementation from actual Drupal core.
File
- lib/
Redis/ Lock/ Backend/ Interface.php, line 60
Class
- Redis_Lock_Backend_Interface
- Lock backend interface.
Code
public function getLockId();