function PluralFormulaInterface::reset
Same name in other branches
- 8.9.x core/modules/locale/src/PluralFormulaInterface.php \Drupal\locale\PluralFormulaInterface::reset()
- 10 core/modules/locale/src/PluralFormulaInterface.php \Drupal\locale\PluralFormulaInterface::reset()
- 11.x core/modules/locale/src/PluralFormulaInterface.php \Drupal\locale\PluralFormulaInterface::reset()
Resets the static formulae cache.
Return value
self The PluralFormula object.
1 method overrides PluralFormulaInterface::reset()
- PluralFormula::reset in core/
modules/ locale/ src/ PluralFormula.php - Resets the static formulae cache.
File
-
core/
modules/ locale/ src/ PluralFormulaInterface.php, line 52
Class
- PluralFormulaInterface
- An interface for a service providing plural formulae.
Namespace
Drupal\localeCode
public function reset();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.