You are here

public function Lingotek::downloadDocumentContent in Lingotek Translation 8

Same name and namespace in other branches
  1. 8.2 src/Lingotek.php \Drupal\lingotek\Lingotek::downloadDocumentContent()

File

src/Lingotek.php, line 388
Contains \Drupal\lingotek\Lingotek.

Class

Lingotek

Namespace

Drupal\lingotek

Code

public function downloadDocumentContent($doc_id) {
  $response = $this->api
    ->getDocumentContent($doc_id);
  return $response;
}