function customfilter_perm in Custom filter 5
Same name and namespace in other branches
- 6.2 customfilter.module \customfilter_perm()
- 6 customfilter.module \customfilter_perm()
Implements hook_perm().
File
- ./
customfilter.module, line 288
Code
function customfilter_perm() {
return array(
'administer customfilter',
);
}