You are here

constant MENU_ATTRIBUTES_ITEM in Menu Attributes 8

Same name and namespace in other branches
  1. 7 menu_attributes.module \MENU_ATTRIBUTES_ITEM
3 uses of MENU_ATTRIBUTES_ITEM
menu_attributes_menu_attribute_info in ./menu_attributes.module
Implements hook_menu_attribute_info().
_menu_attributes_form_alter in ./menu_attributes.module
Add the menu attributes to a menu item edit form.
_menu_attributes_form_submit in ./menu_attributes.module
Form submit handler for menu item links.

File

./menu_attributes.module, line 16
Alters the menu item form to allow the administrator to specify additional attributes for the menu link

Code

define('MENU_ATTRIBUTES_ITEM', 'item_attributes');