You are here

public function LingotekApi::documentExists in Lingotek Translation 8.2

Same name and namespace in other branches
  1. 8 src/Remote/LingotekApi.php \Drupal\lingotek\Remote\LingotekApi::documentExists()

Overrides LingotekApiInterface::documentExists

File

src/Remote/LingotekApi.php, line 198

Class

LingotekApi
A simple connector to the Lingotek Translation API.

Namespace

Drupal\lingotek\Remote

Code

public function documentExists($id) {

  // TODO
  throw new Exception('Not implemented');
}