You are here

public function ContextCurrentUserAuth::getCurrentAccount in TMGMT Translator Smartling 8

Same name and namespace in other branches
  1. 8.4 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 38

Class

ContextCurrentUserAuth

Namespace

Drupal\tmgmt_smartling\Context

Code

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