You are here

public function LingotekHttpInterface::getCurrentToken in Lingotek Translation 4.0.x

Same name and namespace in other branches
  1. 8 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  2. 8.2 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  3. 3.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  4. 3.1.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  5. 3.2.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  6. 3.3.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  7. 3.4.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  8. 3.5.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  9. 3.6.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  10. 3.7.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
  11. 3.8.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()

Gets the current configured token.

Return value

string The token.

1 method overrides LingotekHttpInterface::getCurrentToken()
LingotekHttp::getCurrentToken in src/Remote/LingotekHttp.php
Gets the current configured token.

File

src/Remote/LingotekHttpInterface.php, line 74

Class

LingotekHttpInterface
Lingotek HTTP interface.

Namespace

Drupal\lingotek\Remote

Code

public function getCurrentToken();