public function PluralFormula::reset in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::reset()
- 9 core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::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;
}