You are here

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

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

Gets the document information from the Lingotek service.

Parameters

string $id: The document id.

Return value

\Psr\Http\Message\ResponseInterface A response.

1 method overrides LingotekApiInterface::getDocumentInfo()
LingotekApi::getDocumentInfo in src/Remote/LingotekApi.php
Gets the document information from the Lingotek service.

File

src/Remote/LingotekApiInterface.php, line 126

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getDocumentInfo($id);