You are here

public function StringInterface::getTextgroup in Localization update 7.2

Get the translation group of this translation.

Return value

string The textgroup set for the current string

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

File

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

Class

StringInterface
Defines the locale string interface.

Code

public function getTextgroup();