You are here

constant MENU_ATTRIBUTES_LINK in Menu Attributes 8

Same name and namespace in other branches
  1. 7 menu_attributes.module \MENU_ATTRIBUTES_LINK
4 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.
_menu_attributes_form_submit in ./menu_attributes.module
Form submit handler for menu item links.

File

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

Code

define('MENU_ATTRIBUTES_LINK', 'attributes');