You are here

public function LingotekDocumentLockedException::getNewDocumentId in Lingotek Translation 3.2.x

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

Get the new document id for that document.

Return value

string

File

src/Exception/LingotekDocumentLockedException.php, line 61

Class

LingotekDocumentLockedException
An exception for issues when a document is already locked because a new version exists.

Namespace

Drupal\lingotek\Exception

Code

public function getNewDocumentId() {
  return $this->newDocumentId;
}