You are here

public function ContextCurrentUserAuth::getCurrentAccount in TMGMT Translator Smartling 8.4

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

File

src/Context/ContextCurrentUserAuth.php, line 37

Class

ContextCurrentUserAuth

Namespace

Drupal\tmgmt_smartling\Context

Code

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