You are here

function hook_commerce_reports_dashboard_alter in Commerce Reporting 7.3

Same name and namespace in other branches
  1. 7.4 commerce_reports.api.php \hook_commerce_reports_dashboard_alter()

Allow modules to alter the dashboard.

1 function implements hook_commerce_reports_dashboard_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

commerce_reports_tax_commerce_reports_dashboard_alter in modules/tax/commerce_reports_tax.module
Implements hook_commerce_reports_dashboard_alter().
1 invocation of hook_commerce_reports_dashboard_alter()
commerce_reports_dashboard in ./commerce_reports.dashboard.inc
Renders the dashboard.

File

./commerce_reports.api.php, line 73
Hooks provided by Commerce Reports.

Code

function hook_commerce_reports_dashboard_alter(&$info) {
  $info['overview_today']['weight'] = 90;
}