You are here

public static function NodePreprocessEvent::getHook in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/preprocess_event_dispatcher/src/Event/NodePreprocessEvent.php \Drupal\preprocess_event_dispatcher\Event\NodePreprocessEvent::getHook()

Get the hook name.

Return value

string Hook name.

Overrides PreprocessEventInterface::getHook

1 call to NodePreprocessEvent::getHook()
NodePreprocessEventFactory::getEventHook in modules/preprocess_event_dispatcher/src/Factory/NodePreprocessEventFactory.php
Get the Event hook name.

File

modules/preprocess_event_dispatcher/src/Event/NodePreprocessEvent.php, line 13

Class

NodePreprocessEvent
Class NodePreprocessEvent.

Namespace

Drupal\preprocess_event_dispatcher\Event

Code

public static function getHook() : string {
  return 'node';
}