function PluralFormula::reset
Same name in other branches
- 8.9.x core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::reset()
- 10 core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::reset()
- 11.x core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::reset()
Overrides PluralFormulaInterface::reset
File
-
core/
modules/ locale/ src/ PluralFormula.php, line 108
Class
- PluralFormula
- Manages the storage of plural formula per language in state.
Namespace
Drupal\localeCode
public function reset() {
$this->formulae = NULL;
return $this;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.