public function LingotekEntity::getProjectId in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.5 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getProjectId()
- 7.6 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getProjectId()
Overrides LingotekTranslatableEntity::getProjectId
File
- lib/
Drupal/ lingotek/ LingotekEntity.php, line 277 - Defines LingotekEntity.
Class
- LingotekEntity
- A class wrapper for Lingotek-specific behavior on nodes.
Code
public function getProjectId() {
return $this->entity->lingotek['project_id'];
}