public function LingotekTranslatableEntity::lingotekDocumentId in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
- 7.2 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
- 7.3 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
- 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
- 7.6 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
Gets the Lingotek document ID for this entity.
Return value
mixed The integer document ID if the entity is associated with a Lingotek document. FALSE otherwise.
3 methods override LingotekTranslatableEntity::lingotekDocumentId()
- LingotekComment::lingotekDocumentId in lib/
Drupal/ lingotek/ LingotekComment.php - Gets the Lingotek document ID for this entity.
- LingotekConfigChunk::lingotekDocumentId in lib/
Drupal/ lingotek/ LingotekConfigChunk.php - Get the Lingotek document ID for this entity.
- LingotekNode::lingotekDocumentId in lib/
Drupal/ lingotek/ LingotekNode.php - Gets the Lingotek document ID for this entity.
File
- lib/
Drupal/ lingotek/ LingotekTranslatableEntity.php, line 83 - Defines LingotekTranslatableEntity.
Class
- LingotekTranslatableEntity
- An interface for entities that are eligible for translation via the Lingotek platform.
Code
public function lingotekDocumentId();