UsernamePreprocessEvent.php in Hook Event Dispatcher 3.x
Same filename and directory in other branches
Namespace
Drupal\preprocess_event_dispatcher\EventFile
modules/preprocess_event_dispatcher/src/Event/UsernamePreprocessEvent.phpView source
<?php
namespace Drupal\preprocess_event_dispatcher\Event;
/**
* Class UsernamePreprocessEvent.
*/
final class UsernamePreprocessEvent extends AbstractPreprocessEvent {
/**
* {@inheritdoc}
*/
public static function getHook() : string {
return 'username';
}
}
Classes
Name | Description |
---|---|
UsernamePreprocessEvent | Class UsernamePreprocessEvent. |