You are here

FormPreprocessEvent.php in Hook Event Dispatcher 8.2

File

modules/preprocess_event_dispatcher/src/Event/FormPreprocessEvent.php
View source
<?php

namespace Drupal\preprocess_event_dispatcher\Event;


/**
 * Class FormPreprocessEvent.
 */
final class FormPreprocessEvent extends AbstractPreprocessEvent {

  /**
   * {@inheritdoc}
   */
  public static function getHook() : string {
    return 'form';
  }

}

Classes

Namesort descending Description
FormPreprocessEvent Class FormPreprocessEvent.