You are here

function yandex_metrics_reports_perm in Yandex.Metrics 6.2

Implementation of hook_perm().

File

yandex_metrics_reports/yandex_metrics_reports.module, line 26
The main code of Yandex.Metrics Reports module.

Code

function yandex_metrics_reports_perm() {
  return array(
    'access Yandex.Metrics report',
  );
}