You are here

public function LingotekNode::getDescription in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getDescription

File

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

Class

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

Code

public function getDescription() {
  return $this->node->title;
}