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