function StringBase::setPlurals
Same name in other branches
- 9 core/modules/locale/src/StringBase.php \Drupal\locale\StringBase::setPlurals()
- 10 core/modules/locale/src/StringBase.php \Drupal\locale\StringBase::setPlurals()
- 11.x core/modules/locale/src/StringBase.php \Drupal\locale\StringBase::setPlurals()
Overrides StringInterface::setPlurals
File
-
core/
modules/ locale/ src/ StringBase.php, line 106
Class
- StringBase
- Defines the locale string base class.
Namespace
Drupal\localeCode
public function setPlurals($plurals) {
$this->setString(implode(PoItem::DELIMITER, $plurals));
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.