You are here

public function LingotekTranslatableEntity::lingotekDocumentId in Lingotek Translation 7.3

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
  2. 7.2 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
  3. 7.4 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
  4. 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
  5. 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 66
Defines LingotekTranslatableEntity.

Class

LingotekTranslatableEntity
An interface for entities that are eligible for translation via the Lingotek platform.

Code

public function lingotekDocumentId();