You are here

public function UserFormatNameAlterEvent::getDispatcherType in Hook Event Dispatcher 8

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

src/Event/User/UserFormatNameAlterEvent.php, line 78

Class

UserFormatNameAlterEvent
Class UserFormatNameAlterEvent.

Namespace

Drupal\hook_event_dispatcher\Event\User

Code

public function getDispatcherType() {
  return HookEventDispatcherInterface::USER_FORMAT_NAME_ALTER;
}