Same name and namespace in other branches
  1. 4.6.x modules/filter.module \filter_perm()
  2. 4.7.x modules/filter.module \filter_perm()
  3. 5.x 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',
  );
}