You are here

Functions in Account menu 6

Primary tabs

Namesort descending Location Description Direct uses Strings
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_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_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.
accountmenu_update_6100 ./accountmenu.install Reset to enable to features.
accountmenu_update_6101 ./accountmenu.install Reset to enable to features.
accountmenu_update_6102 ./accountmenu.install
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 2
_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. 2 1
_accountmenu_setup_menu ./accountmenu.module Create the menu links managed by accountmenu. 2

Other projects