public function LingotekEntity::getEntity in Lingotek Translation 7.6
Same name and namespace in other branches
- 7.7 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getEntity()
- 7.5 lib/Drupal/lingotek/LingotekEntity.php \LingotekEntity::getEntity()
1 call to LingotekEntity::getEntity()
- LingotekEntity::postDownload in lib/
Drupal/ lingotek/ LingotekEntity.php
File
- lib/
Drupal/ lingotek/ LingotekEntity.php, line 309 - Defines LingotekEntity.
Class
- LingotekEntity
- A class wrapper for Lingotek-specific behavior on nodes.
Code
public function getEntity() {
return $this->entity;
}