public function LingotekTranslatableEntity::getId in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getId()
- 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getId()
- 7.6 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getId()
Return the ID
Return value
int The ID associated with this object
3 methods override LingotekTranslatableEntity::getId()
- LingotekComment::getId in lib/
Drupal/ lingotek/ LingotekComment.php - Return the comment ID
- LingotekConfigChunk::getId in lib/
Drupal/ lingotek/ LingotekConfigChunk.php - Return the chunk ID for the current chunk
- LingotekNode::getId in lib/
Drupal/ lingotek/ LingotekNode.php - Return the node ID
File
- lib/
Drupal/ lingotek/ LingotekTranslatableEntity.php, line 27 - Defines LingotekTranslatableEntity.
Class
- LingotekTranslatableEntity
- An interface for entities that are eligible for translation via the Lingotek platform.
Code
public function getId();