You are here

public function ConfigSubscriber::__construct in Search API Solr 8.2

Same name and namespace in other branches
  1. 8.3 src/EventSubscriber/ConfigSubscriber.php \Drupal\search_api_solr\EventSubscriber\ConfigSubscriber::__construct()
  2. 4.x src/EventSubscriber/ConfigSubscriber.php \Drupal\search_api_solr\EventSubscriber\ConfigSubscriber::__construct()

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\EventSubscriber

Code

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