You are here

public function LingotekNode::getProjectId in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getProjectId

File

lib/Drupal/lingotek/LingotekNode.php, line 233
Defines LingotekNode.

Class

LingotekNode
A class wrapper for Lingotek-specific behavior on nodes.

Code

public function getProjectId() {
  return $this->node->lingotek['project_id'];
}