CommentPreprocessEvent.php in Hook Event Dispatcher 3.x
Same filename and directory in other branches
Namespace
Drupal\preprocess_event_dispatcher\EventFile
modules/preprocess_event_dispatcher/src/Event/CommentPreprocessEvent.phpView source
<?php
namespace Drupal\preprocess_event_dispatcher\Event;
/**
* Class CommentPreprocessEvent.
*/
final class CommentPreprocessEvent extends AbstractPreprocessEntityEvent {
/**
* {@inheritdoc}
*/
public static function getHook() : string {
return 'comment';
}
}
Classes
Name | Description |
---|---|
CommentPreprocessEvent | Class CommentPreprocessEvent. |