You are here

constant MENU_ATTRIBUTES_ITEM in Menu Attributes 7

Same name and namespace in other branches
  1. 8 menu_attributes.module \MENU_ATTRIBUTES_ITEM
2 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.

File

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

Code

define('MENU_ATTRIBUTES_ITEM', 'item_attributes');