You are here

Functions in Persistent Menu Items 7

Primary tabs

Namesort descending Location Description Direct uses Strings
persistent_menu_items_form_menu_edit_item_alter ./persistent_menu_items.module Instance of hook _form_menu_edit_item_alter(). Alters the menu item add/edit form to add the "persistent menu item" checkbox if the person viewing the form has sufficient permissions set.
persistent_menu_items_form_node_form_alter ./persistent_menu_items.module Implements hook_form_node_form_alter().
persistent_menu_items_form_submit ./persistent_menu_items.module Instance of hook _form_submit(); Custom additional submit hook for the menu add/edit form, only called if the form is loaded by someone with permission to administer the persistent menu item option. Handles the saving of the persistent menu flag… 1
persistent_menu_items_install ./persistent_menu_items.install
persistent_menu_items_menu ./persistent_menu_items.module Implements hook_menu();
persistent_menu_items_node_form_submit ./persistent_menu_items.module Instance of hook _form_submit(); 1
persistent_menu_items_permission ./persistent_menu_items.module Instance of hook _permission().
persistent_menu_items_settings_form ./persistent_menu_items.admin.inc Implements hook _settings_form(). Admin settings form for the persistent_menu_items module. 1
persistent_menu_items_translated_menu_link_alter ./persistent_menu_items.module Implements hook_translated_menu_link_alter(). This hook will be triggered if the alter property is set in the options attribute on the menu_links entry for a given menu item.

Other projects