You are here

function yandex_metrics_perm in Yandex.Metrics 6

Same name and namespace in other branches
  1. 6.2 yandex_metrics.module \yandex_metrics_perm()

Implementation of hook_perm().

File

./yandex_metrics.module, line 31
The main code of Yandex.Metrics module.

Code

function yandex_metrics_perm() {
  return array(
    'administer Yandex.Metrics settings',
    'access Yandex.Metrics report',
  );
}