You are here

function crazyegg_permission in Crazy Egg Integration 8

Same name and namespace in other branches
  1. 7 crazyegg.module \crazyegg_permission()

Implements hook_permission().

File

./crazyegg.module, line 10

Code

function crazyegg_permission() {
  return [
    'administer crazy egg' => [
      'title' => t('Administer Crazy Egg'),
      'description' => t('Administer account settings and visibility of Crazy Egg on your site.'),
    ],
  ];
}