public function LingotekApi::getDocument in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Remote/LingotekApi.php \Drupal\lingotek\Remote\LingotekApi::getDocument()
Parameters
$id:
Return value
mixed
Throws
\Drupal\lingotek\Exception\LingotekApiException
Overrides LingotekApiInterface::getDocument
Deprecated
in 8.x-1.4. Use ::getDocumentStatus() instead.
File
- src/
Remote/ LingotekApi.php, line 139 - Contains \Drupal\lingotek\Remote\LingotekApi.
Class
Namespace
Drupal\lingotek\RemoteCode
public function getDocument($id) {
return $this
->getDocumentStatus($id);
}