hook_event_dispatcher-8.x-2.04/modules/preprocess_event_dispatcher/src/Event/CommentPreprocessEvent.php
modules/preprocess_event_dispatcher/src/Event/CommentPreprocessEvent.php
<?php
namespace Drupal\preprocess_event_dispatcher\Event;
/**
* Class CommentPreprocessEvent.
*
* @method \Drupal\preprocess_event_dispatcher\Variables\CommentEventVariables getVariables()
*/
final class CommentPreprocessEvent extends AbstractPreprocessEntityEvent {
/**
* {@inheritdoc}
*/
public static function getHook(): string {
return 'comment';
}
}
