You are here

UsernamePreprocessEvent.php in Hook Event Dispatcher 8

File

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

namespace Drupal\hook_event_dispatcher\Event\Preprocess;


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

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

}

Classes

Namesort descending Description
UsernamePreprocessEvent Class UsernamePreprocessEvent.