You are here

public function ViewsPostExecuteEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/Views/ViewsPostExecuteEvent.php, line 15

Class

ViewsPostExecuteEvent
Class ViewsPostExecuteEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Views

Code

public function getDispatcherType() {
  return HookEventDispatcherInterface::VIEWS_POST_EXECUTE;
}