Hook actionAfterLoadRoutes

Informations

Triggers after loading routes Allow modules to modify routes in any way or add their own multilanguage routes.
Hook actionAfterLoadRoutes
Locations
FO
BO
Type action
Origin core
Aliases
Description Allow modules to modify routes in any way or add their own multilanguage routes.

Located in

Origin File
core classes/Dispatcher.php

Call of the Hook in the origin file

This hook was added in 8.1.2 .

Hook::exec('actionAfterLoadRoutes', ['dispatcher' => $this, 'id_shop' => $id_shop]);

Parameter $id_shop has been added in version 8.1.5 .