Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current 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}) }}