You are here

public function LingotekDocumentArchivedException::getDocumentId in Lingotek Translation 3.1.x

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

Get the document id which was already archived.

Return value

string

File

src/Exception/LingotekDocumentArchivedException.php, line 41

Class

LingotekDocumentArchivedException
An exception for issues when a document is already archived.

Namespace

Drupal\lingotek\Exception

Code

public function getDocumentId() {
  return $this->documentId;
}