function customfilter_perm in Custom filter 6
Same name and namespace in other branches
- 5 customfilter.module \customfilter_perm()
- 6.2 customfilter.module \customfilter_perm()
Implements hook_perm().
File
- ./
customfilter.module, line 263 - Allows the users with the right permission to define custom filters.
Code
function customfilter_perm() {
return array(
'administer customfilter',
);
}