Hook actionAdminLoginControllerLoginAfter

Informations

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

Located in

Origin File
core controllers/admin/AdminLoginController.php

Call of the Hook in the origin file

Hook::exec(
                    'actionAdminLoginControllerLoginAfter',
                    [
                        'controller' => $this,
                        'employee' => $this->context->employee,
                        'redirect' => $url,
                    ]
                )