You are here

public function Lingotek::documentImported in Lingotek Translation 8

Same name and namespace in other branches
  1. 8.2 src/Lingotek.php \Drupal\lingotek\Lingotek::documentImported()

Parameters

$doc_id:

Return value

bool

Overrides LingotekInterface::documentImported

Deprecated

in 8.x-1.4. Use ::getDocumentStatus() instead.

File

src/Lingotek.php, line 240
Contains \Drupal\lingotek\Lingotek.

Class

Lingotek

Namespace

Drupal\lingotek

Code

public function documentImported($doc_id) {
  return $this
    ->getDocumentStatus($doc_id);
}