final class EckEntityPreprocessEvent in Hook Event Dispatcher 8
Class EckEntityPreprocessEvent.
Hierarchy
- class \Drupal\hook_event_dispatcher\Event\Preprocess\AbstractPreprocessEvent extends \Symfony\Component\EventDispatcher\Event implements PreprocessEventInterface
- class \Drupal\hook_event_dispatcher\Event\Preprocess\AbstractPreprocessEntityEvent implements PreprocessEntityEventInterface
- class \Drupal\hook_event_dispatcher\Event\Preprocess\EckEntityPreprocessEvent
- class \Drupal\hook_event_dispatcher\Event\Preprocess\AbstractPreprocessEntityEvent implements PreprocessEntityEventInterface
Expanded class hierarchy of EckEntityPreprocessEvent
4 files declare their use of EckEntityPreprocessEvent
- EckEntityPreprocessEventFactory.php in src/
Event/ Preprocess/ Factory/ EckEntityPreprocessEventFactory.php - EntityEventTest.php in tests/
src/ Unit/ Preprocess/ EntityEventTest.php - EntityEventVariablesTest.php in tests/
src/ Unit/ Preprocess/ EntityEventVariablesTest.php - PreprocessEventPassTest.php in tests/
src/ Unit/ Preprocess/ PreprocessEventPassTest.php
File
- src/
Event/ Preprocess/ EckEntityPreprocessEvent.php, line 8
Namespace
Drupal\hook_event_dispatcher\Event\PreprocessView source
final class EckEntityPreprocessEvent extends AbstractPreprocessEntityEvent {
/**
* {@inheritdoc}
*/
public static function getHook() {
return 'eck_entity';
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AbstractPreprocessEntityEvent:: |
public | function |
Get the variables. Overrides AbstractPreprocessEvent:: |
|
AbstractPreprocessEntityEvent:: |
public static | function |
Get the Event name. Overrides AbstractPreprocessEvent:: |
|
AbstractPreprocessEvent:: |
protected | property | Event variables. | |
AbstractPreprocessEvent:: |
public | function | PreprocessEvent constructor. | |
EckEntityPreprocessEvent:: |
public static | function |
Get the hook name. Overrides PreprocessEventInterface:: |
|
PreprocessEventInterface:: |
constant |