You are here

public function PoHeader::getPluralForms in Localization update 7.2

Get the plural form.

Return value

string Plural form component from the header, for example: 'nplurals=2; plural=(n > 1);'.

File

includes/gettext/PoHeader.php, line 91
Definition of Drupal\Component\Gettext\PoHeader.

Class

PoHeader
Gettext PO header handler.

Code

public function getPluralForms() {
  return $this->_pluralForms;
}