You are here

function mymodule_my_custom_report in Yandex.Metrics 6.2

1 string reference to 'mymodule_my_custom_report'
hook_yandex_metrics_reports_list in yandex_metrics_reports/yandex_metrics_reports.api.php
Provide metadata about available reports.

File

yandex_metrics_reports/yandex_metrics_reports.api.php, line 49
Hooks provided by the Yandex.Metrics Reports module.

Code

function mymodule_my_custom_report($counter_id, $filter) {
  return '<p>' . t('My custom report by') . $counter_id . ' for ' . $filter . '</p>';
}