You are here

function filter_perm in Drupal 4

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

Implementation of hook_perm().

File

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

Code

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