You are here

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

Get the hook name.

Return value

string Hook name.

Overrides PreprocessEventInterface::getHook

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

File

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

Class

PagePreprocessEvent
Class PagePreprocessEvent.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess

Code

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