function LocaleExtensionHooks::__construct

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

File

core/modules/locale/src/Hook/LocaleExtensionHooks.php, line 20

Class

LocaleExtensionHooks
Extension hook implementations for locale.

Namespace

Drupal\locale\Hook

Code

public function __construct(protected readonly LocaleConfigBatch $localeConfigBatch, protected readonly LocaleFetch $localeFetch, protected readonly LocaleProjectRepository $localeProjectRepository, protected readonly LocaleFileManager $localeFileManager, protected readonly LocaleSource $localeSource, protected readonly ConfigFactoryInterface $configFactory) {
}

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