You are here

Functions in Menu target 7

Primary tabs

Namesort descending Location Description Direct uses Strings
menu_target_edit_form_extra_elements ./menu_target.admin.inc Adds extra form elements to either node_form or menu_item_edit_form. 1
menu_target_form_alter ./menu_target.module Implements hook_form_alter().
menu_target_form_menu_configure_alter ./menu_target.module Implements hook_form_FORM_ID_alter().
menu_target_menu_configure_extra_elements ./menu_target.admin.inc Allows users to enable or disable the Menu target functionality on menu base. 1
menu_target_menu_link_delete ./menu_target.module Implements hook_menu_link_delete(). Removes entry from menu_target_links when menu entry is deleted. This hook is not detected unless present in the .module file
menu_target_menu_link_insert ./menu_target.module Implements hook_menu_link_insert(). When a new menu item is created, check to see if they selected the target attribute. If so, save an entry in the menu_target_links table
menu_target_preprocess_menu_link ./menu_target.module Implements hook_menu_link().
menu_target_preprocess_page ./menu_target.module Implements hook_preprocess_page().
menu_target_schema ./menu_target.install Implements hook_schema and installs the database for this module
menu_target_uninstall ./menu_target.install Implements hook_uninstall().
menu_target_update_7100 ./menu_target.install Implements hook_update_N(). Creates custom table for menu target attributes
menu_target_update_7101 ./menu_target.install Implements hook_update_N(). Removes extant attributes from the menu_links options field from previous versions of this module
_menu_target_drop_link ./menu_target.module Removes the mlid from the menu_target_links table 2
_menu_target_edit_form_extra_elements_submit ./menu_target.module Implements hook_form_submit(). This is only needed when the menu_target attribute is updated, since the mlid is not available to this function when the menu item is new. 1
_menu_target_menu_configure_extra_elements_submit ./menu_target.admin.inc Implements hook_form_submit(). Saves the Menu Target settings. 1
_menu_target_retarget_link ./menu_target.module Given an mlid, determines whether this link should be altered 5
_menu_target_set_link ./menu_target.module Adds the mlid to the menu_target_links table 2

Other projects