public function UserLoginEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ User/ UserLoginEvent.php, line 48
Class
- UserLoginEvent
- Class UserLoginEvent.
Namespace
Drupal\hook_event_dispatcher\Event\UserCode
public function getDispatcherType() {
return HookEventDispatcherInterface::USER_LOGIN;
}