You are here

public function SchemaPoster::__construct in Search API Pantheon 8

Constructor.

File

src/SchemaPoster.php, line 37
Post a schema file to to the Pantheon Solr server.

Class

SchemaPoster
Class SchemaPoster.

Namespace

Drupal\search_api_pantheon

Code

public function __construct(LoggerChannelFactoryInterface $logger_factory, Client $http_client) {
  $this->loggerFactory = $logger_factory;
  $this->httpClient = $http_client;
}