function LocaleImportBatch::__construct

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

File

core/modules/locale/src/LocaleImportBatch.php, line 25

Class

LocaleImportBatch
Provides the locale import batch services.

Namespace

Drupal\locale

Code

public function __construct(protected readonly FileSystemInterface $fileSystem, protected readonly TimeInterface $time, protected readonly LocaleConfigManager $localeConfigManager, protected readonly ModuleHandlerInterface $moduleHandler, protected readonly MessengerInterface $messenger, protected readonly AccountProxyInterface $currentUser, protected readonly TranslationInterface $translation, protected readonly LocaleConfigBatch $localeConfigBatch, #[AutowireServiceClosure('logger.channel.locale')] protected readonly \Closure $logger) {
}

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