public function PluralFormulaInterface::getNumberOfPlurals in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/src/PluralFormulaInterface.php \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals()
- 9 core/modules/locale/src/PluralFormulaInterface.php \Drupal\locale\PluralFormulaInterface::getNumberOfPlurals()
Returns the number of plurals supported by a given language.
Parameters
null|string $langcode: (optional) The language code. If not provided, the current language will be used.
Return value
int Number of plural variants supported by the given language.
File
- core/
modules/ locale/ src/ PluralFormulaInterface.php, line 33
Class
- PluralFormulaInterface
- An interface for a service providing plural formulae.
Namespace
Drupal\localeCode
public function getNumberOfPlurals($langcode = NULL);