function PoItem::isPlural
Same name in other branches
- 9 core/lib/Drupal/Component/Gettext/PoItem.php \Drupal\Component\Gettext\PoItem::isPlural()
- 10 core/lib/Drupal/Component/Gettext/PoItem.php \Drupal\Component\Gettext\PoItem::isPlural()
- 11.x core/lib/Drupal/Component/Gettext/PoItem.php \Drupal\Component\Gettext\PoItem::isPlural()
Get if the translation has plural values.
Return value
bool
File
-
core/
lib/ Drupal/ Component/ Gettext/ PoItem.php, line 157
Class
- PoItem
- PoItem handles one translation.
Namespace
Drupal\Component\GettextCode
public function isPlural() {
return $this->plural;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.