Hook action<Controller>SetMedia

Informations

Hook action<Controller>SetMedia
Locations
FO
Type action
Origin core
Aliases
Description This hook is called after a Front Controller has registered its Stylesheets and Javascripts. You can register more files in this hook.

Located in

Origin File
core classes/controller/FrontController.php

Call of the Hook in the origin file

Hook::exec('action' . $this->getControllerName() . 'SetMedia');