function LocaleProjectChecker::__construct

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

File

core/modules/locale/src/LocaleProjectChecker.php, line 24

Class

LocaleProjectChecker
Provide Locale Project Checker helper methods.

Namespace

Drupal\locale

Code

public function __construct(protected readonly LocaleSource $localeSource, protected readonly LocaleProjectRepository $localeProjectRepository, protected readonly LocaleFetch $localeFetch, protected readonly StateInterface $state, protected readonly TimeInterface $time, protected readonly MessengerInterface $messenger, protected readonly ModuleHandlerInterface $moduleHandler, protected readonly TranslationInterface $translationManager, protected readonly AccountProxyInterface $currentUser) {
}

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