You are here

public function LingotekInterface::getDocumentStatus in Lingotek Translation 3.4.x

Same name and namespace in other branches
  1. 8 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  2. 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  3. 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  4. 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  5. 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  6. 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  7. 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  8. 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  9. 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  10. 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
  11. 3.8.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()

Gets a document status.

Parameters

string $doc_id: The document id.

Return value

bool TRUE if the document exists. FALSE if not.

2 methods override LingotekInterface::getDocumentStatus()
Lingotek::getDocumentStatus in src/Lingotek.php
Gets a document status.
LingotekFake::getDocumentStatus in tests/modules/lingotek_test/src/LingotekFake.php
Gets a document status.

File

src/LingotekInterface.php, line 285

Class

LingotekInterface

Namespace

Drupal\lingotek

Code

public function getDocumentStatus($doc_id);