You are here

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

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

Gets the document content from Lingotek.

Parameters

string $doc_id: The document id.

Return value

string The content.

Throws

\Drupal\lingotek\Exception\LingotekApiException

1 method overrides LingotekApiInterface::getDocumentContent()
LingotekApi::getDocumentContent in src/Remote/LingotekApi.php
Gets the document content from Lingotek.

File

src/Remote/LingotekApiInterface.php, line 51

Class

LingotekApiInterface

Namespace

Drupal\lingotek\Remote

Code

public function getDocumentContent($doc_id);