function LocaleFileManager::__construct

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

File

core/modules/locale/src/File/LocaleFileManager.php, line 31

Class

LocaleFileManager
Provide Locale File helper methods.

Namespace

Drupal\locale\File

Code

public function __construct(protected readonly LocaleProjectStorageInterface $localeProjectStorage, protected readonly FileSystemInterface $fileSystem, protected readonly ClientFactory $clientFactory, protected readonly ClientInterface $httpClient, protected readonly LoggerChannelFactoryInterface $loggerFactory, protected readonly MessengerInterface $messenger) {
}

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