Hook actionAdminLoginControllerLoginAfter
Perform actions after admin login controller login action initialization
This hook is launched after the initialization of the login action in login controller
Hook |
actionAdminLoginControllerLoginAfter |
Locations |
BO |
Type |
action |
Origin |
core |
Aliases |
|
Description |
This hook is launched after the initialization of the login action in login controller |
Located in
Call of the Hook in the origin file
Hook::exec(
'actionAdminLoginControllerLoginAfter',
[
'controller' => $this,
'employee' => $this->context->employee,
'redirect' => $url,
]
)