You are here

Functions in Power Menu 6

Primary tabs

Namesort descending Location Description Direct uses Strings
adds_leaderboard_power_menu_load_property properties/adds.inc Callback function for the leaderboard property 1
adds_power_menu_admin_submit properties/adds.inc Callback function when submitting a menu item... storing the properties 1
adds_power_menu_properties properties/adds.inc Implementation of hook_power_menu_properties(). 1
adds_rectangle_power_menu_load_property properties/adds.inc Callback function for the rectangle property 1 1
adds_skyscraper_power_menu_load_property properties/adds.inc Callback function for the skyscraper property 1
phptemplate_links ./power_menu.module Return a themed set of links.
power_menu_admin_form ./power_menu.admin.inc Callback function for the admin form 1
power_menu_block ./power_menu.module implementation of hook_block().
power_menu_ctools_render_alter ./power_menu.module implementation of hook_ctools_render_alter().
power_menu_delete_menu_item_callback ./power_menu.module When deleting a menu item we have to make sure we also clean out our table 1
power_menu_form_menu_edit_item_alter ./power_menu.module implementation of hook_form_ID_alter().
power_menu_form_menu_edit_item_submit ./power_menu.module Callback function when menu_edit_item form is being submitted 1
power_menu_form_menu_item_delete_form_alter ./power_menu.module Implementation of hook_form_ID_alter().
power_menu_form_menu_overview_form_alter ./power_menu.module implementation of hook_form_ID_alter().
power_menu_get_all_property_definitions ./power_menu.module 2
power_menu_get_breadcrumbs ./power_menu.module Set Breadcrumbs based on active menu trail. I borrowed this function from the menutrails module 2
power_menu_get_menu ./power_menu.module Get the menu which is defined as the power menu 4
power_menu_get_menu_tree ./power_menu.module
power_menu_get_mlid ./power_menu.module 2
power_menu_get_navigation_taxonomy ./power_menu.module
power_menu_get_pm_menus ./power_menu.module Return all menus that are used for power menu 3
power_menu_get_term_by_name_vocab ./power_menu.module This is a rewrite of taxonomy_get_term_by_name but it also uses the vocab id (vid) 1
power_menu_get_tids ./power_menu.module get a term id from a given mlid this can be used to find out if a menu item is connected to a taxonomy term 1
power_menu_install ./power_menu.install Implementation of hook_install().
power_menu_link ./power_menu.module implementation of hook_link().
power_menu_menu ./power_menu.module implementation of hook_menu(). 5
power_menu_nodeapi ./power_menu.module implementation of hook_nodeapi(). 1
power_menu_node_location ./power_menu.module Determine the menu location of a node. 3
power_menu_preprocess_page ./power_menu.module Implementation of hook_preproces_page().
power_menu_schema ./power_menu.install Implementation of hook_schema(). 1
power_menu_taxonomy ./power_menu.module Implementation of hook_taxonomy(). 1
power_menu_token_list ./power_menu.module Implementation of hook_token_list().
power_menu_token_values ./power_menu.module Implementation of hook_token_values().
power_menu_uninstall ./power_menu.install Implementation of hook_uninstall().
power_menu_update_6001 ./power_menu.install Updating and adding an additional language field to the table
power_menu_update_6002 ./power_menu.install
power_menu_update_6003 ./power_menu.install update. Add the properties table
_adds_power_menu_load_property properties/adds.inc 3
_power_menu_form_alter ./power_menu.forms.inc @file manipulation of the forms 1
_power_menu_form_menu_edit_item_submit ./power_menu.forms.inc Callback function when menu_edit_item form is being submitted 1
_power_menu_form_overview_alter ./power_menu.forms.inc 1
_power_menu_get_active_menu_block ./power_menu.module We are trying to figure out which of the blocks is currently active. We need this incase we display multiple menu blocks on the page, that are linked to the same term id, but have a different path. For example:
_power_menu_get_node_location_taxonomy ./power_menu.module 2
_power_menu_recurse_crumbs ./power_menu.module I borowed this function from the menutrails menu. Thanks a lot 1
_power_menu_replace_tid_in_path ./power_menu.module It's possible for the user to write a path like news/[tid] [tid] is like a token, that will be replaced by the either newly created term id ($tid) or the linked term id. 1

Other projects