You are here

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

Get the Event name.

Return value

string Event name.

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

File

src/Event/Preprocess/PreprocessEventInterface.php, line 26

Class

PreprocessEventInterface
Interface PreprocessEventInterface.

Namespace

Drupal\hook_event_dispatcher\Event\Preprocess

Code

public static function name();