Hook actionAdminControllerSetMedia

Informations

Hook actionAdminControllerSetMedia
Locations
BO
Type action
Origin core
Aliases
Description

Located in

Origin File
core classes/controller/AdminController.php
core src/PrestaShopBundle/Twig/Component/HeadTag.php

Call of the Hook in the origin file

Hook::exec('actionAdminControllerSetMedia')

Example implementation

This hook has been implemented as an example in our modules examples repository - demoextendgrid.

In PrestaShop 9, this hook is dispatched from a Twig component. The methods addJqueryPlugin() and addJqueryUI() may not be available on migrated Symfony pages. Use addJS() and addCSS() instead.