You are here

public function LingotekComment::getDescription in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getDescription

File

lib/Drupal/lingotek/LingotekComment.php, line 497
Defines LingotekComment.

Class

LingotekComment
A class wrapper for Lingotek-specific behavior on Comments.

Code

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