function PoItem::setPlural
Same name in other branches
- 9 core/lib/Drupal/Component/Gettext/PoItem.php \Drupal\Component\Gettext\PoItem::setPlural()
- 8.9.x core/lib/Drupal/Component/Gettext/PoItem.php \Drupal\Component\Gettext\PoItem::setPlural()
- 11.x core/lib/Drupal/Component/Gettext/PoItem.php \Drupal\Component\Gettext\PoItem::setPlural()
Set if the translation has plural values.
Parameters
bool $plural: TRUE, if the translation has plural values. FALSE otherwise.
1 call to PoItem::setPlural()
- PoItem::setFromArray in core/
lib/ Drupal/ Component/ Gettext/ PoItem.php - Create the PoItem from a structured array.
File
-
core/
lib/ Drupal/ Component/ Gettext/ PoItem.php, line 152
Class
- PoItem
- PoItem handles one translation.
Namespace
Drupal\Component\GettextCode
public function setPlural($plural) {
$this->plural = $plural;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.