roleassign_admin |
./roleassign.module |
Returns a system settings form for the administrator to select which roles
will be avaiable to assign for users with the <code>assign roles</code>
permission. |
|
1 |
roleassign_form_alter |
./roleassign.module |
Implementation of hook_form_alter(). |
|
|
roleassign_help |
./roleassign.module |
Implementation of hook_help(). |
|
|
roleassign_menu |
./roleassign.module |
Implementation of hook_menu(). |
|
|
roleassign_perm |
./roleassign.module |
Implementation of hook_perm(). |
|
|
roleassign_uninstall |
./roleassign.install |
Implementation of hook_uninstall(). |
|
|
roleassign_update_1 |
./roleassign.install |
Implementation of hook_update_1().
Removes data stored by misstake in the data column of the user table.
Thank you hunmonk for pointing this out. |
|
|
roleassign_user |
./roleassign.module |
Implementation of hook_user(). |
|
|
roleassign_user_operations |
./roleassign.module |
Implementation of hook_user_operations(). |
|
|
_roleassign_assignable_roles |
./roleassign.module |
Returns assignable roles. |
2 |
|
_roleassign_help_help |
./roleassign.module |
Returns full help text. |
1 |
|
_roleassign_install_message |
./roleassign.install |
|
2 |
|
_roleassign_settings_help |
./roleassign.module |
Returns short helptext to be used on the settings page. |
1 |
|
_roleassign_sticky_roles |
./roleassign.module |
Store and retrive sticky roles. |
2 |
|