PluralFormula::$formulae

The plural formula and count keyed by langcode.

For example the structure looks like this:

[
  'de' => [
    'plurals' => 2,
    'formula' => [
      // @todo
    ]
  ],
]

Type: []

File

core/modules/locale/src/PluralFormula.php, line 41

Class

PluralFormula
Manages the storage of plural formula per language in state.

Namespace

Drupal\locale

Code

protected $formulae;
doc_Drupal
2016-10-29 09:34:14
Comments
Leave a Comment

Please login to continue.