Child pages
  • New Developers Features In PrestaShop 1.5

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: List of available dynamic hooks in AdminControllers

...

There are more dynamic hooks in AdminControllers, and new ones will be added in the future.

Here is the list of available dynamic hooks:

  • actionAdminActionNameBefore
  • actionControllerNameActionNameBefore
  • actionAdminActionNameAfter
  • actionControllerNameActionNameAfter
  • actionAdminControllerSetMedia

Override

PrestaShop's override system, which was introduced with PrestaShop 1.4, makes it easier for third party developers to include changes to the core methods without changing the core files.

...