function LocaleCronHooks::__construct

File

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

Class

LocaleCronHooks
Cron Hook implementation for locale.

Namespace

Drupal\locale\Hook

Code

public function __construct(protected readonly LocaleFetch $localeFetch, protected readonly LocaleProjectRepository $localeProjectRepository, protected readonly CurrentImportStorage $currentImportStorage, protected readonly TimeInterface $time, protected readonly ConfigFactoryInterface $configFactory, protected readonly QueueFactory $queueFactory) {
}

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