Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.

You might want to look at the current version, PrestaShop 8. Read the current version of the documentation

Hook actionAdminBreadcrumbModifier

Informations

Modify back office breadcrumb This hook allows modifying back office breadcrumb
Hook actionAdminBreadcrumbModifier
Locations
BO
Type action
Origin core
Aliases
Description This hook allows modifying back office breadcrumb

Located in

Origin File
core src/PrestaShopBundle/Twig/Component/Toolbar.php

Call of the Hook in the origin file

$this->hookDispatcher->dispatchWithParameters('actionAdminBreadcrumbModifier', ['tabs' => $tabs, 'breadcrumb' => &$this->breadcrumbs]);