public function LingotekInterface::getAccountInfo in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
- 3.8.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
Get the account information.
Return value
array|bool Array with account info. FALSE in case of error. The keys are user_id, username, login_id, email, and name.
2 methods override LingotekInterface::getAccountInfo()
- Lingotek::getAccountInfo in src/
Lingotek.php - Get the account information.
- LingotekFake::getAccountInfo in tests/
modules/ lingotek_test/ src/ LingotekFake.php - Get the account information.
File
- src/
LingotekInterface.php, line 96
Class
Namespace
Drupal\lingotekCode
public function getAccountInfo();