Warning: You are browsing the documentation for PrestaShop 8, which is outdated.
You might want to read an updated version of this page for the current version, PrestaShop 9. Read the updated version of this page
Hook | displayEmptyModuleCategoryExtraMessage |
---|---|
Locations | BO |
Type | display |
Origin | core |
Aliases | |
Description | This hook allows to add an extra message to display in the Module manager page when a category doesn't have any module |
Origin | File |
---|---|
core | src/PrestaShopBundle/Resources/views/Admin/Module/Includes/grid_manage_empty.html.twig |
{
'category_name': (string) categoryName
}
{{ renderhook('displayEmptyModuleCategoryExtraMessage', {'category_name': category.name}) }}