public function LingotekApi::documentExists in Lingotek Translation 8
Same name and namespace in other branches
- 8.2 src/Remote/LingotekApi.php \Drupal\lingotek\Remote\LingotekApi::documentExists()
Overrides LingotekApiInterface::documentExists
File
- src/
Remote/ LingotekApi.php, line 143 - Contains \Drupal\lingotek\Remote\LingotekApi.
Class
Namespace
Drupal\lingotek\RemoteCode
public function documentExists($id) {
// TODO
throw new Exception('Not implemented');
}