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