You are here

Functions in Special menu items 6

Primary tabs

Namesort descending Location Description Direct uses Strings
render_menu_item ./special_menu_items.module Returns menu item rendered. 2
special_menu_itemsoverwrite_menu_item ./special_menu_items.module Override of theme_menu_item() This function will add a class to separator and nolink <li> tags for easier styling Generate the HTML output for a menu item and submenu. 1
special_menu_itemsoverwrite_menu_item_link ./special_menu_items.module Override of theme_menu_item_link() This function will render link if it is "nolink" or "separator". Otherwise it will call originally overwriten menu_item_link function. 1
special_menu_items_admin_settings_form ./special_menu_items.module Special Menu Items admin settings form. 1
special_menu_items_dummy ./special_menu_items.module Page callback 1
special_menu_items_footer ./special_menu_items.module
special_menu_items_form_alter ./special_menu_items.module Implementation of hook_form_alter() Description changed, added nolink and separator as path types.
special_menu_items_init ./special_menu_items.module Implementation of hook_init().
special_menu_items_menu ./special_menu_items.module Implementation of hook_menu()
special_menu_items_theme_registry_alter ./special_menu_items.module Implementation of hook_theme_registry_alter() We replace theme_menu_item_link with our own function.
special_menu_items_uninstall ./special_menu_items.install Implementation of hook_uninstall().
special_menu_items_update_6000 ./special_menu_items.install Implements hook_update_N().

Other projects