You are here

public function LingotekInterface::getAccountInfo in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  2. 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  3. 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  4. 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  5. 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  6. 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  7. 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  8. 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  9. 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  10. 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getAccountInfo()
  11. 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

LingotekInterface

Namespace

Drupal\lingotek

Code

public function getAccountInfo();