You are here

public function PoItem::getComment in Localization update 7.2

Get the comment of this translation.

Return value

string The translation comment.

File

includes/gettext/PoItem.php, line 186
Definition of Drupal\Component\Gettext\PoItem.

Class

PoItem
PoItem handles one translation.

Code

public function getComment() {
  return $this->_comment;
}