You are here

function customfilter_perm in Custom filter 6.2

Same name and namespace in other branches
  1. 5 customfilter.module \customfilter_perm()
  2. 6 customfilter.module \customfilter_perm()

Implements hook_perm().

File

./customfilter.module, line 181
Allow users to define custom filters.

Code

function customfilter_perm() {
  return array(
    'administer customfilter',
  );
}