function LocaleSource::__construct

File

core/modules/locale/src/LocaleSource.php, line 14

Class

LocaleSource
Provides the locale source services.

Namespace

Drupal\locale

Code

public function __construct(protected readonly LocaleProjectStorageInterface $projectStorage, protected readonly FileSystemInterface $fileSystem, protected readonly ConfigFactoryInterface $configFactory) {
}

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