You are here

protected property LocaleLookup::$lock in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/locale/src/LocaleLookup.php \Drupal\locale\LocaleLookup::lock
  2. 9 core/modules/locale/src/LocaleLookup.php \Drupal\locale\LocaleLookup::lock

The lock backend that should be used.

Type: \Drupal\Core\Lock\LockBackendInterface

Overrides CacheCollector::$lock

File

core/modules/locale/src/LocaleLookup.php, line 51

Class

LocaleLookup
A cache collector to allow for dynamic building of the locale cache.

Namespace

Drupal\locale

Code

protected $lock;