function yandex_metrics_perm in Yandex.Metrics 6.2
Same name and namespace in other branches
- 6 yandex_metrics.module \yandex_metrics_perm()
Implementation of hook_perm().
File
- ./
yandex_metrics.module, line 15 - The main code of Yandex.Metrics Counter module.
Code
function yandex_metrics_perm() {
return array(
'administer Yandex.Metrics settings',
);
}