public function ContextCurrentUserAuth::__construct in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8 src/Context/ContextCurrentUserAuth.php \Drupal\tmgmt_smartling\Context\ContextCurrentUserAuth::__construct()
- 8.2 src/Context/ContextCurrentUserAuth.php \Drupal\tmgmt_smartling\Context\ContextCurrentUserAuth::__construct()
- 8.3 src/Context/ContextCurrentUserAuth.php \Drupal\tmgmt_smartling\Context\ContextCurrentUserAuth::__construct()
ContextCurrentUserAuth constructor.
Parameters
AccountInterface $account:
File
- src/
Context/ ContextCurrentUserAuth.php, line 19
Class
Namespace
Drupal\tmgmt_smartling\ContextCode
public function __construct(AccountInterface $account) {
$this->currentAccount = $account;
}