final class ViewTablePreprocessEvent in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/preprocess_event_dispatcher/src/Event/ViewTablePreprocessEvent.php \Drupal\preprocess_event_dispatcher\Event\ViewTablePreprocessEvent
Class ViewTablePreprocessEvent.
Hierarchy
- class \Drupal\preprocess_event_dispatcher\Event\AbstractPreprocessEvent extends \Symfony\Component\EventDispatcher\Event implements PreprocessEventInterface
- class \Drupal\preprocess_event_dispatcher\Event\ViewTablePreprocessEvent
Expanded class hierarchy of ViewTablePreprocessEvent
2 files declare their use of ViewTablePreprocessEvent
- OtherEventVariablesTest.php in modules/
preprocess_event_dispatcher/ tests/ src/ Unit/ OtherEventVariablesTest.php - ViewTablePreprocessEventFactory.php in modules/
preprocess_event_dispatcher/ src/ Factory/ ViewTablePreprocessEventFactory.php
File
- modules/
preprocess_event_dispatcher/ src/ Event/ ViewTablePreprocessEvent.php, line 8
Namespace
Drupal\preprocess_event_dispatcher\EventView source
final class ViewTablePreprocessEvent extends AbstractPreprocessEvent {
/**
* {@inheritdoc}
*/
public static function getHook() : string {
return 'views_view_table';
}
}
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 | ||
ViewTablePreprocessEvent:: |
public static | function |
Get the hook name. Overrides PreprocessEventInterface:: |