You are here

public function GatheringPluginInfoEvent::__construct in Search API 8

Constructs a new class instance.

Parameters

array[] $definitions: The plugin definitions collected so far, keyed by plugin ID.

File

src/Event/GatheringPluginInfoEvent.php, line 25

Class

GatheringPluginInfoEvent
Wraps a gathering of plugin information event.

Namespace

Drupal\search_api\Event

Code

public function __construct(array &$definitions) {
  $this->definitions =& $definitions;
}