You are here

public function LingotekComment::getTitle in Lingotek Translation 7.4

Overrides LingotekTranslatableEntity::getTitle

File

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

Class

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

Code

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