function PoItem::getComment in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Gettext/PoItem.php \Drupal\Component\Gettext\PoItem::getComment()
Gets the comment of this translation.
Return value
String $comment
File
- lib/
Drupal/ Component/ Gettext/ PoItem.php, line 161 - Contains \Drupal\Component\Gettext\PoItem.
Class
- PoItem
- PoItem handles one translation.
Namespace
Drupal\Component\GettextCode
function getComment() {
return $this->_comment;
}