You are here

CommentPreprocessEvent.php in Hook Event Dispatcher 8

File

src/Event/Preprocess/CommentPreprocessEvent.php
View source
<?php

namespace Drupal\hook_event_dispatcher\Event\Preprocess;


/**
 * Class CommentPreprocessEvent.
 */
final class CommentPreprocessEvent extends AbstractPreprocessEntityEvent {

  /**
   * {@inheritdoc}
   */
  public static function getHook() {
    return 'comment';
  }

}

Classes

Namesort descending Description
CommentPreprocessEvent Class CommentPreprocessEvent.