function PoItem::isPlural

Get if the translation has plural values.

Return value

boolean $plural

File

drupal/core/lib/Drupal/Component/Gettext/PoItem.php, line 152
Definition of Drupal\Component\Gettext\PoItem.

Class

PoItem
PoItem handles one translation.

Namespace

Drupal\Component\Gettext

Code

function isPlural() {
  return $this->_plural;
}