You are here

function filter_perm in Drupal 6

Same name and namespace in other branches
  1. 4 modules/filter.module \filter_perm()
  2. 5 modules/filter/filter.module \filter_perm()

Implementation of hook_perm().

File

modules/filter/filter.module, line 155
Framework for handling filtering of content.

Code

function filter_perm() {
  return array(
    'administer filters',
  );
}