You are here

public function LingotekApiInterface::getDocumentTranslationStatus in Lingotek Translation 3.7.x

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

Gets the document target translation status for a given locale from the Lingotek service.

Parameters

string $id: The document id.

string $locale: The target locale.

Return value

\Psr\Http\Message\ResponseInterface A response.

1 method overrides LingotekApiInterface::getDocumentTranslationStatus()
LingotekApi::getDocumentTranslationStatus in src/Remote/LingotekApi.php
Gets the document target translation status for a given locale from the Lingotek service.

File

src/Remote/LingotekApiInterface.php, line 117

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getDocumentTranslationStatus($id, $locale);