public PluralFormula::reset()
Resets the static formulae cache.
Return value
self The PluralFormula object.
Overrides PluralFormulaInterface::reset
File
- core/modules/locale/src/PluralFormula.php, line 106
Class
- PluralFormula
- Manages the storage of plural formula per language in state.
Namespace
Drupal\locale
Code
public function reset() { $this->formulae = NULL; return $this; }
Please login to continue.