You are here

public function LingotekTranslatableEntity::lingotekDocumentId in Lingotek Translation 7.6

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.3 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
  4. 7.4 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::lingotekDocumentId()
  5. 7.5 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.

2 methods override LingotekTranslatableEntity::lingotekDocumentId()
LingotekConfigSet::lingotekDocumentId in lib/Drupal/lingotek/LingotekConfigSet.php
Get the Lingotek document ID for this entity.
LingotekEntity::lingotekDocumentId in lib/Drupal/lingotek/LingotekEntity.php
Gets the Lingotek document ID for this entity.

File

lib/Drupal/lingotek/LingotekTranslatableEntity.php, line 75
Defines LingotekTranslatableEntity.

Class

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

Code

public function lingotekDocumentId();