You are here

public function ContextUserAuth::getCurrentAccount in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 8 src/Context/ContextUserAuth.php \Drupal\tmgmt_smartling\Context\ContextUserAuth::getCurrentAccount()
  2. 8.2 src/Context/ContextUserAuth.php \Drupal\tmgmt_smartling\Context\ContextUserAuth::getCurrentAccount()
  3. 8.3 src/Context/ContextUserAuth.php \Drupal\tmgmt_smartling\Context\ContextUserAuth::getCurrentAccount()

File

src/Context/ContextUserAuth.php, line 95

Class

ContextUserAuth

Namespace

Drupal\tmgmt_smartling\Context

Code

public function getCurrentAccount() {
  return $this->account;
}