PluralFormula::reset

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;
}
doc_Drupal
2016-10-29 09:34:15
Comments
Leave a Comment

Please login to continue.