You are here

public function PluralFormulaInterface::reset in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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 57
Contains \Drupal\locale\PluralFormulaInterface.

Class

PluralFormulaInterface
An interface for a service providing plural formulae.

Namespace

Drupal\locale

Code

public function reset();