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