You are here

public function MappingViewsHandlersEvent::__construct in Search API 8

Constructs a new class instance.

Parameters

array $handlerMapping: The Views handler mapping.

File

src/Event/MappingViewsHandlersEvent.php, line 25

Class

MappingViewsHandlersEvent
Wraps a mapping Views handlers event.

Namespace

Drupal\search_api\Event

Code

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