subuser_administer_users_access |
./subuser.module |
Access callback for admin/user/user page. |
|
1 |
subuser_administer_users_title |
./subuser.module |
Title callback for admin/user/user page. |
|
1 |
subuser_block_subusers |
./subuser.module |
Function to block subusers when a parent is blocked. |
1 |
|
subuser_create_form |
./subuser.pages.inc |
Create subuser form. |
|
1 |
subuser_create_form_submit |
./subuser.pages.inc |
Modified copy of user_register_submit(). |
|
|
subuser_get_parent |
./subuser.module |
API function to identify any parent for a given user account. |
1 |
|
subuser_get_subusers |
./subuser.module |
API function to get the subuser accounts of a specified parent account. |
4 |
|
subuser_get_subuser_limit |
./subuser.module |
API function to get the max number of subusers this user is allowed to create. |
2 |
|
subuser_install |
./subuser.install |
Implementation of hook_install(). |
|
|
subuser_mail_alter |
./subuser.module |
Implements hook_mail_alter(). |
|
|
subuser_menu |
./subuser.module |
Implementation of hook_menu(). |
|
|
subuser_menu_alter |
./subuser.module |
Implementation of hook_menu_link_alter(). |
|
|
subuser_menu_link_alter |
./subuser.module |
Implementation of hook_menu_link_alter(). |
|
|
subuser_perm |
./subuser.module |
Implementation of hook_perm(). |
|
|
subuser_schema |
./subuser.install |
Implementation of hook_schema(). |
|
|
subuser_settings_form |
./subuser.pages.inc |
Sub user settings form. |
|
1 |
subuser_settings_form_submit |
./subuser.pages.inc |
Rebuild menu to ensure that display settings take effect. |
|
1 |
subuser_settings_form_validate |
./subuser.pages.inc |
Validate the subuser settings form. |
|
1 |
subuser_switch_user |
./subuser.module |
Switch from a parent user to a subuser (or child user). |
|
1 |
subuser_switch_user_access |
./subuser.module |
Check if the user has permission to switch the specified user. |
1 |
1 |
subuser_translated_menu_link_alter |
./subuser.module |
Implementation of hook_translated_menu_link_alter(). |
|
|
subuser_tweak_roles_of_subusers |
./subuser.module |
Function to add roles to subusers based on the parent's account change. |
1 |
|
subuser_unblock_subusers |
./subuser.module |
Function to unblock subusers when a parent is unblocked. |
1 |
|
subuser_uninstall |
./subuser.install |
Implementation of hook_uninstall(). |
|
|
subuser_update_6001 |
./subuser.install |
Implementation of hook_update_n()
Adjusts the table name for the proper namespace. |
|
|
subuser_update_6002 |
./subuser.install |
Adds the subuser_limit table to allow us to enforce limits on the number of subusers
on a per parent basis, rather than just site wide. |
|
|
subuser_user |
./subuser.module |
Implementation of hook_user(). |
|
|
subuser_user_create_access |
./subuser.module |
Access callback for user/%user/subuser/create. |
1 |
1 |
subuser_user_edit_access |
./subuser.module |
Modified version of user_edit_access() for 'administer subusers' logic. |
1 |
1 |
subuser_views_api |
./subuser.module |
Implementation of hook_views_api(). |
|
|
subuser_views_data |
./subuser.module |
Implementation of hook_views_data(). |
|
|
subuser_views_default_views |
./subuser.views_default.inc |
Implementation of hook_default_view_views(). |
|
|
subuser_views_handlers |
./subuser.views.inc |
Implementation of hook_views_handlers(). |
|
|