final class ViewFieldPreprocessEvent in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 3.x modules/preprocess_event_dispatcher/src/Event/ViewFieldPreprocessEvent.php \Drupal\preprocess_event_dispatcher\Event\ViewFieldPreprocessEvent
Class ViewFieldPreprocessEvent.
Hierarchy
- class \Drupal\preprocess_event_dispatcher\Event\AbstractPreprocessEvent extends \Symfony\Component\EventDispatcher\Event implements PreprocessEventInterface
- class \Drupal\preprocess_event_dispatcher\Event\ViewFieldPreprocessEvent
Expanded class hierarchy of ViewFieldPreprocessEvent
3 files declare their use of ViewFieldPreprocessEvent
- OtherEventTest.php in modules/
preprocess_event_dispatcher/ tests/ src/ Unit/ OtherEventTest.php - OtherEventVariablesTest.php in modules/
preprocess_event_dispatcher/ tests/ src/ Unit/ OtherEventVariablesTest.php - ViewFieldPreprocessEventFactory.php in modules/
preprocess_event_dispatcher/ src/ Factory/ ViewFieldPreprocessEventFactory.php
File
- modules/
preprocess_event_dispatcher/ src/ Event/ ViewFieldPreprocessEvent.php, line 8
Namespace
Drupal\preprocess_event_dispatcher\EventView source
final class ViewFieldPreprocessEvent extends AbstractPreprocessEvent {
/**
* {@inheritdoc}
*/
public static function getHook() : string {
return 'views_view_field';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AbstractPreprocessEvent:: |
protected | property | Event variables. | |
AbstractPreprocessEvent:: |
public | function |
Get the variables. Overrides PreprocessEventInterface:: |
|
AbstractPreprocessEvent:: |
public static | function |
Get the Event name. Overrides PreprocessEventInterface:: |
1 |
AbstractPreprocessEvent:: |
public | function | PreprocessEvent constructor. | |
PreprocessEventInterface:: |
public | constant | ||
ViewFieldPreprocessEvent:: |
public static | function |
Get the hook name. Overrides PreprocessEventInterface:: |