Actions index

Action hook Description Parameters Defined in
core.shutdown Executed right before script is terminated (it's a handler for register_shutdown_function()) none AppServiceProvider.php
user.login Executed on login attempt email (string): E-mail address used to log in
isValid (bool): Whether user logged in successfully
user (\Codice\User|null): User object if credentials were correct, null otherwise
UserController.php