function LocaleThemeHooks::__construct

Same name and namespace in other branches
  1. 11.x core/modules/locale/src/Hook/LocaleThemeHooks.php \Drupal\locale\Hook\LocaleThemeHooks::__construct()

File

core/modules/locale/src/Hook/LocaleThemeHooks.php, line 21

Class

LocaleThemeHooks
Hook implementations for locale.

Namespace

Drupal\locale\Hook

Code

public function __construct(protected readonly LanguageManagerInterface $languageManager, protected readonly DateFormatterInterface $dateFormatter, protected readonly RedirectDestinationInterface $redirectDestination) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.