You are here

public function LingotekEntity::getProjectId in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getProjectId()
  2. 7.6 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getProjectId()

Overrides LingotekTranslatableEntity::getProjectId

File

lib/Drupal/lingotek/LingotekEntity.php, line 261
Defines LingotekEntity.

Class

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

Code

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