You are here

public function LingotekTranslatableEntity::getId in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.4 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getId()
  2. 7.5 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getId()
  3. 7.6 lib/Drupal/lingotek/LingotekTranslatableEntity.php \LingotekTranslatableEntity::getId()

Return the ID

Return value

int The ID associated with this object

2 methods override LingotekTranslatableEntity::getId()
LingotekConfigSet::getId in lib/Drupal/lingotek/LingotekConfigSet.php
Return the set ID for the current set
LingotekEntity::getId in lib/Drupal/lingotek/LingotekEntity.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();