You are here

protected property ConfigTranslationController::$account in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/config_translation/src/Controller/ConfigTranslationController.php \Drupal\config_translation\Controller\ConfigTranslationController::account

The current user.

Type: \Drupal\Core\Session\AccountInterface

File

core/modules/config_translation/src/Controller/ConfigTranslationController.php, line 60

Class

ConfigTranslationController
Provides page callbacks for the configuration translation interface.

Namespace

Drupal\config_translation\Controller

Code

protected $account;