You are here

protected property SystemTestController::$persistentLock in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php \Drupal\system_test\Controller\SystemTestController::persistentLock

The persistent lock service.

Type: \Drupal\Core\Lock\LockBackendInterface

File

core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php, line 37

Class

SystemTestController
Controller routines for system_test routes.

Namespace

Drupal\system_test\Controller

Code

protected $persistentLock;