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 | displayAdminStatsGraphEngine |
---|---|
Locations | BO |
Type | display |
Origin | core |
Aliases | [GraphEngine] |
Description | Permits creating graph engines for the back office, you can refer to our GraphNvD3 implementation. |
Origin | File |
---|---|
core | classes/module/ModuleGraph.php |
return call_user_func([$render, 'hookGraphEngine'], $params, $drawer);