function PoItem::getComment

Get the comment of this translation.

Return value

String $comment

File

drupal/core/lib/Drupal/Component/Gettext/PoItem.php, line 161
Definition of Drupal\Component\Gettext\PoItem.

Class

PoItem
PoItem handles one translation.

Namespace

Drupal\Component\Gettext

Code

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