You are here

public function StringInterface::setTextgroup in Localization update 7.2

Set the translation group of this translation.

Parameters

string $textgroup: The text group to set for the given string.

1 method overrides StringInterface::setTextgroup()
StringBase::setTextgroup in includes/locale/StringBase.php
Implements StringInterface::setTextgroup().

File

includes/locale/StringInterface.php, line 192
Definition of StringInterface.

Class

StringInterface
Defines the locale string interface.

Code

public function setTextgroup($textgroup);