public function LingotekDocumentLockedException::getNewDocumentId in Lingotek Translation 3.6.x
Same name and namespace in other branches
- 8.2 src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 4.0.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 3.0.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 3.1.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 3.2.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 3.3.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 3.4.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 3.5.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 3.7.x src/Exception/LingotekDocumentLockedException.php \Drupal\lingotek\Exception\LingotekDocumentLockedException::getNewDocumentId()
- 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\ExceptionCode
public function getNewDocumentId() {
return $this->newDocumentId;
}