You are here

public function ConfigSubscriber::__construct in Search API Multilingual Solr Search 8

Parameters

\Drupal\Core\Config\ConfigInstallerInterface $configInstaller: The Config Installer.

File

src/EventSubscriber/ConfigSubscriber.php, line 27

Class

ConfigSubscriber
Provides a ConfigSubscriber that adds language-specific Solr Field Types.

Namespace

Drupal\search_api_solr_multilingual\EventSubscriber

Code

public function __construct(ConfigInstallerInterface $configInstaller) {
  $this->configInstaller = $configInstaller;
}