You are here

public function LingotekApiInterface::getAccountInfo in Lingotek Translation 3.3.x

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

1 method overrides LingotekApiInterface::getAccountInfo()
LingotekApi::getAccountInfo in src/Remote/LingotekApi.php
Get the account information.

File

src/Remote/LingotekApiInterface.php, line 16

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getAccountInfo();