You are here

public function ViewFieldPreprocessEventFactory::getEventHook in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/preprocess_event_dispatcher/src/Factory/ViewFieldPreprocessEventFactory.php \Drupal\preprocess_event_dispatcher\Factory\ViewFieldPreprocessEventFactory::getEventHook()

Get the Event hook name.

Return value

string The hook name.

Overrides PreprocessEventFactoryInterface::getEventHook

File

modules/preprocess_event_dispatcher/src/Factory/ViewFieldPreprocessEventFactory.php, line 24

Class

ViewFieldPreprocessEventFactory
Class ViewFieldPreprocessEventFactory.

Namespace

Drupal\preprocess_event_dispatcher\Factory

Code

public function getEventHook() : string {
  return ViewFieldPreprocessEvent::getHook();
}