You are here

public function PoItem::getTranslation in Localization update 7.2

Get the translation string(s) if the translation has plurals.

Return value

string|array Translation string(s).

File

includes/gettext/PoItem.php, line 149
Definition of Drupal\Component\Gettext\PoItem.

Class

PoItem
PoItem handles one translation.

Code

public function getTranslation() {
  return $this->_translation;
}