You are here

function filter_perms_theme_registry_alter in Filter Permissions 6

Implementation of hook_theme_registry_alter().

File

./filter_perms.module, line 235
This module adds a role and module filter to the user permissions page. Best used when you have an unruly amount of roles or permissions on your site and want to more efficiently manage them without loading a gigantic grid of checkboxes.

Code

function filter_perms_theme_registry_alter(&$theme_registry) {
  $theme_registry['system_admin_by_module']['function'] = 'theme_filter_perms_admin_by_module';
}