You are here

public function LingotekApi::documentExists in Lingotek Translation 8

Same name and namespace in other branches
  1. 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

LingotekApi

Namespace

Drupal\lingotek\Remote

Code

public function documentExists($id) {

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