You are here

Functions in Power Menu 7

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_info ./power_menu.module Implements hook_block_info().
power_menu_block_view ./power_menu.module Implements hook_block_view().
power_menu_ctools_render_alter ./power_menu.module Implements 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 Implements 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 Implements hook_form_ID_alter(). ().
power_menu_form_menu_overview_form_alter ./power_menu.module Implements hook_form_ID_alter().
power_menu_get_all_property_definitions ./power_menu.module @todo Please document this function. 3
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 5
power_menu_get_menu_tree ./power_menu.module @todo Please document this function.
power_menu_get_mlid ./power_menu.module @todo Please document this function. 1
power_menu_get_navigation_taxonomy ./power_menu.module @todo Please document this function.
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_init ./power_menu.module Implements hook_init().
power_menu_install ./power_menu.install Implements hook_install().
power_menu_menu ./power_menu.module Implements hook_menu(). 4
power_menu_node_location ./power_menu.module Determine the menu location of a node. 2
power_menu_node_view ./power_menu.module Implements hook_node_view().
power_menu_preprocess_page ./power_menu.module Implements hook_preproces_page().
power_menu_schema ./power_menu.install Implements hook_schema().
power_menu_taxonomy ./power_menu.module Implements hook_taxonomy().
power_menu_tokens ./power_menu.module Implements hook_tokens().
power_menu_token_info ./power_menu.module Implements hook_token_info().
power_menu_uninstall ./power_menu.install Implements hook_uninstall().
_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