public function PoItem::setTextgroup in Localization update 7.2
Set the translation group of this translation.
Parameters
string $textgroup: The translation text group.
File
- includes/
gettext/ PoItem.php, line 102 - Definition of Drupal\Component\Gettext\PoItem.
Class
- PoItem
- PoItem handles one translation.
Code
public function setTextgroup($textgroup) {
$this->_textgroup = $textgroup;
}