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 | 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);