public function LingotekInterface::getDocumentStatus in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 8 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 8.2 src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getDocumentStatus()
- 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
Namespace
Drupal\lingotekCode
public function getDocumentStatus($doc_id);