You are here

UsernamePreprocessEvent.php in Hook Event Dispatcher 8.2

File

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

namespace Drupal\preprocess_event_dispatcher\Event;


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

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

}

Classes

Namesort descending Description
UsernamePreprocessEvent Class UsernamePreprocessEvent.