public function LingotekContentTranslationServiceInterface::setDocumentId in Lingotek Translation 3.7.x
Same name and namespace in other branches
- 8 src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 8.2 src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 4.0.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.0.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.1.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.2.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.3.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.4.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.5.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.6.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
- 3.8.x src/LingotekContentTranslationServiceInterface.php \Drupal\lingotek\LingotekContentTranslationServiceInterface::setDocumentId()
Sets the Lingotek document id for a given entity.
Parameters
\Drupal\Core\Entity\ContentEntityInterface &$entity: The entity which we want to set a document id.
$doc_id: The document id in the Lingotek platform.
Return value
\Drupal\Core\Entity\ContentEntityInterface The entity.
1 method overrides LingotekContentTranslationServiceInterface::setDocumentId()
- LingotekContentTranslationService::setDocumentId in src/
LingotekContentTranslationService.php - Sets the Lingotek document id for a given entity.
File
- src/
LingotekContentTranslationServiceInterface.php, line 156
Class
- LingotekContentTranslationServiceInterface
- Service for managing Lingotek content translations.
Namespace
Drupal\lingotekCode
public function setDocumentId(ContentEntityInterface &$entity, $doc_id);