You are here

public static function ViewPreprocessEvent::getHook in Hook Event Dispatcher 8

Get the hook name.

Return value

string Hook name.

Overrides PreprocessEventInterface::getHook

1 call to ViewPreprocessEvent::getHook()
ViewPreprocessEventFactory::getEventHook in src/Event/Preprocess/Factory/ViewPreprocessEventFactory.php
Get the Event hook name.

File

src/Event/Preprocess/ViewPreprocessEvent.php, line 13

Class

ViewPreprocessEvent
Class ViewPreprocessEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess

Code

public static function getHook() {
  return 'views_view';
}