You are here

protected property AccountForm::$languageManager in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/user/src/AccountForm.php \Drupal\user\AccountForm::languageManager
  2. 9 core/modules/user/src/AccountForm.php \Drupal\user\AccountForm::languageManager

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

core/modules/user/src/AccountForm.php, line 30

Class

AccountForm
Form controller for the user account forms.

Namespace

Drupal\user

Code

protected $languageManager;