public function LingotekNode::getId in Lingotek Translation 7.4
Return the node ID
Return value
int The ID associated with this object
Overrides LingotekTranslatableEntity::getId
File
- lib/
Drupal/ lingotek/ LingotekNode.php, line 265 - Defines LingotekNode.
Class
- LingotekNode
- A class wrapper for Lingotek-specific behavior on nodes.
Code
public function getId() {
return $this->node->nid;
}