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