public function Lingotek::downloadDocuments in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Lingotek.php \Drupal\lingotek\Lingotek::downloadDocuments()
File
- src/
Lingotek.php, line 399 - Contains \Drupal\lingotek\Lingotek.
Class
Namespace
Drupal\lingotekCode
public function downloadDocuments($args = array()) {
$response = $this->api
->getDocuments($args);
return $response;
}