accountmenu_form_alter |
./accountmenu.module |
Implementation of hook_form_alter. |
|
|
accountmenu_help |
./accountmenu.module |
Implements hook_help. |
|
|
accountmenu_install |
./accountmenu.install |
Implements hook_install. |
|
|
accountmenu_menu |
./accountmenu.module |
Implements hook_menu. |
|
|
accountmenu_myaccount |
./accountmenu.module |
Redirect user/self to the user's actual profile page. |
|
1 |
accountmenu_preprocess_block |
./accountmenu.module |
Substitue tokens @name and @realname with login name and realname. @realname
is same as @name if realname module is not install. |
|
|
accountmenu_preprocess_links |
./accountmenu.module |
Apply the @name and @realname tokens to the user/self menu item in a menus
embedded in a theme. |
|
|
accountmenu_preprocess_menu_link |
./accountmenu.module |
Apply the @name and @realname tokens to the user/self menu item in a menu
block |
|
|
accountmenu_self_access |
./accountmenu.module |
Returns TRUE if the current user can access
his own account page. |
|
1 |
accountmenu_settings_form |
./accountmenu.admin.inc |
Returns the Account Menu settings form. |
|
1 |
accountmenu_translated_menu_link_alter |
./accountmenu.module |
Implements hook_link_alter. |
|
|
accountmenu_uninstall |
./accountmenu.install |
Implements hook_uninstall. |
|
|
hook_accountment_name_realname_alter |
./accountmenu.api.php |
hook_accountmenu_name_realname_alter |
|
|
_accountmenu_delete_menu |
./accountmenu.module |
Remove the menu links managed by accountmenu. |
2 |
|
_accountmenu_get_name_and_realname |
./accountmenu.module |
Retrieve the user's name and realname |
3 |
|
_accountmenu_is_404 |
./accountmenu.module |
Returns TRUE if the request is going to return 404. |
1 |
|
_accountmenu_menu_need_destination |
./accountmenu.module |
Returns TRUE if the path should have a ?destination=path
parameter in the HTTP query. |
1 |
|
_accountmenu_reset_menu |
./accountmenu.module |
Delete our links before making them again. we are really doing a move
but there is no move api call so we delete first and re-create.
!!! any menu customization made through the menu module UI are lost. |
|
1 |
_accountmenu_setup_menu |
./accountmenu.module |
Create the menu links managed by accountmenu. |
2 |
|