public function LingotekHttpInterface::getCurrentToken in Lingotek Translation 3.1.x
Same name and namespace in other branches
- 8 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 8.2 src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 4.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 3.0.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 3.2.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 3.3.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 3.4.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 3.5.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 3.6.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 3.7.x src/Remote/LingotekHttpInterface.php \Drupal\lingotek\Remote\LingotekHttpInterface::getCurrentToken()
- 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\RemoteCode
public function getCurrentToken();