constant HookEventDispatcherInterface::USER_LOGIN in Hook Event Dispatcher 8
Same name and namespace in other branches
- 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::USER_LOGIN
- 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::USER_LOGIN
The user just logged in.
See also
hook_event_dispatcher_user_login()
File
- src/
HookEventDispatcherInterface.php, line 640
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
const USER_LOGIN = 'hook_event_dispatcher.user.login';