public static function PreprocessEventInterface::name in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 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\EventCode
public static function name() : string;