You are here

public function Parser::__construct in Google Search Appliance 8

Constructs a new Parser object.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler: Module handler.

File

src/Service/Parser.php, line 40

Class

Parser
Defines a class for parsing GSA responses.

Namespace

Drupal\google_appliance\Service

Code

public function __construct(ModuleHandlerInterface $moduleHandler) {
  $this->moduleHandler = $moduleHandler;
}