You are here

protected property LocaleTranslation::$lock in Drupal 9

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

The lock backend that should be used.

Type: \Drupal\Core\Lock\LockBackendInterface

File

core/modules/locale/src/LocaleTranslation.php, line 60

Class

LocaleTranslation
String translator using the locale module.

Namespace

Drupal\locale

Code

protected $lock;