You are here

public static function PreprocessEventInterface::name in Hook Event Dispatcher 8.2

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

Get the Event name.

Return value

string Event name.

2 methods override PreprocessEventInterface::name()
AbstractPreprocessEvent::name in modules/preprocess_event_dispatcher/src/Event/AbstractPreprocessEvent.php
Get the Event name.
PreprocessEntityEventInterface::name in modules/preprocess_event_dispatcher/src/Event/PreprocessEntityEventInterface.php
Get the event name, with optional bundle and view mode.

File

modules/preprocess_event_dispatcher/src/Event/PreprocessEventInterface.php, line 28

Class

PreprocessEventInterface
Interface PreprocessEventInterface.

Namespace

Drupal\preprocess_event_dispatcher\Event

Code

public static function name() : string;