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