Advanced User hook implementations in Advanced User 6.3
Same name and namespace in other branches
- 7.3 advuser.module \advuser_hook
Functions in this group are implementations of Drupal hooks. Each function should provide it's @ingroup advuser_hook. End of "defgroup advuser_hook".
File
- ./
advuser.module, line 49 - Advanced user module allows you to select users based on an advanced set of filtering and apply actions to block, unblock, delete or email the selected users.
Functions
Name | Location | Description |
---|---|---|
advuser_help |
./ |
Implementation of hook_help(). |
advuser_init |
./ |
Implementation of hook_init(). |
advuser_mail |
./ |
Implementation of hook_mail |
advuser_menu |
./ |
Implementation of hook_menu(). |
advuser_perm |
./ |
Implementation of hook_perm(). |
advuser_theme |
./ |
hook_theme implementation |
advuser_user |
./ |
hook_user implementation |