function PluralFormula::__construct
Same name in other branches
- 8.9.x core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::__construct()
- 10 core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::__construct()
- 11.x core/modules/locale/src/PluralFormula.php \Drupal\locale\PluralFormula::__construct()
Parameters
\Drupal\Core\Language\LanguageManagerInterface $language_manager: The language manager.
\Drupal\Core\State\StateInterface $state: The state.
File
-
core/
modules/ locale/ src/ PluralFormula.php, line 49
Class
- PluralFormula
- Manages the storage of plural formula per language in state.
Namespace
Drupal\localeCode
public function __construct(LanguageManagerInterface $language_manager, StateInterface $state) {
$this->languageManager = $language_manager;
$this->state = $state;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.