You are here

protected property NullLockBackend::$lockId in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Lock/NullLockBackend.php \Drupal\Core\Lock\NullLockBackend::lockId

Current page lock token identifier.

Type: string

File

core/lib/Drupal/Core/Lock/NullLockBackend.php, line 20

Class

NullLockBackend
Defines a Null lock backend.

Namespace

Drupal\Core\Lock

Code

protected $lockId;