You are here

function views_cache_bully_perm in Views cache bully 6.3

Implements hook_perm().

File

./views_cache_bully.module, line 36
Module file for views_cache_bully.

Code

function views_cache_bully_perm() {
  return array(
    'administer views cache bully',
  );
}