masquerade_access |
./masquerade.module |
Determine if the current user has permission to switch users. |
2 |
1 |
masquerade_admin_settings |
./masquerade.module |
|
|
1 |
masquerade_admin_settings_submit |
./masquerade.module |
|
|
1 |
masquerade_admin_settings_validate |
./masquerade.module |
|
|
1 |
masquerade_autocomplete |
./masquerade.module |
Returns JS array for Masquerade autocomplete fields. |
|
1 |
masquerade_autocomplete_multiple |
./masquerade.module |
Returns JS array for Masquerade autocomplete fields. Supports multiple entries separated by a comma. |
|
1 |
masquerade_autocomplete_user |
./masquerade.module |
Replacement function for user_autocomplete which allows the use of a comma
separated list of user names. |
|
1 |
masquerade_block |
./masquerade.module |
Implementation of hook_block(). |
|
|
masquerade_block_1 |
./masquerade.module |
Masquerade block form. |
|
1 |
masquerade_block_1_submit |
./masquerade.module |
Masquerade block form submission. |
|
|
masquerade_block_1_validate |
./masquerade.module |
Masquerade block form validation. |
|
|
masquerade_cron |
./masquerade.module |
Implementation of hook_cron() |
|
|
masquerade_help |
./masquerade.module |
Implementation of hook_help(). |
|
|
masquerade_init |
./masquerade.module |
Implementation of hook_init(). |
|
|
masquerade_install |
./masquerade.install |
Implementation of hook_install(). |
|
|
masquerade_menu |
./masquerade.module |
Implementation of hook_menu(). |
|
|
masquerade_menu_alter |
./masquerade.module |
Implementation of hook_menu_alter(). |
|
|
masquerade_perm |
./masquerade.module |
Implementation of hook_perm(). |
|
|
masquerade_schema |
./masquerade.install |
Implementation of hook_schema(). |
|
|
masquerade_switch_back |
./masquerade.module |
Function for a masquerading user to switch back to the previous user. |
1 |
|
masquerade_switch_back_page |
./masquerade.module |
Page callback that allows a user who is currently masquerading to become
a new user. |
|
2 |
masquerade_switch_user |
./masquerade.module |
Function that allows a user with the right permissions to become
the selected user. |
2 |
|
masquerade_switch_user_page |
./masquerade.module |
Page callback to switch users. |
|
2 |
masquerade_translated_menu_link_alter |
./masquerade.module |
Implementation of hook_translated_menu_link_alter(). |
|
|
masquerade_uninstall |
./masquerade.install |
Implementation of hook_uninstall(). |
|
|
masquerade_update_5000 |
./masquerade.install |
Implementation of hook_update_N(). |
|
|
masquerade_update_6001 |
./masquerade.install |
Implementation of hook_update_N(). |
|
|
masquerade_update_6002 |
./masquerade.install |
Make the sid column match the length of the core sessions table (64 characters). |
|
|
masquerade_update_6003 |
./masquerade.install |
Change masquerade_quick_switches variable to store a serialized array of
user ID's. Reverts update 6001. |
|
|
masquerade_update_6004 |
./masquerade.install |
Set the weight of the masquerade module to -10, but only if it hasn't
previously been changed. |
|
|
masquerade_update_6005 |
./masquerade.install |
Add a table storing specific user pairings a user can masquerade as. |
|
|
masquerade_update_6006 |
./masquerade.install |
Update masquerade block caching. |
|
|
masquerade_user |
./masquerade.module |
Implementation of hook_user(). |
|
|
_masquerade_user_load |
./masquerade.module |
Wrapper around user_load() to allow the loading of anonymous users. |
4 |
|