constant MENU_ATTRIBUTES_LINK in Menu Attributes 7
Same name and namespace in other branches
- 8 menu_attributes.module \MENU_ATTRIBUTES_LINK
@file Alters the menu item form to allow the administrator to specify additional attributes for the menu link
3 uses of MENU_ATTRIBUTES_LINK
- hook_menu_attribute_info in ./
menu_attributes.api.php - Inform the menu_attributes module about custom attributes.
- 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 9 - Alters the menu item form to allow the administrator to specify additional attributes for the menu link
Code
define('MENU_ATTRIBUTES_LINK', 'attributes');