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