You are here

constant MENU_LINK_WEIGHT_MAX_DELTA in Menu Link Weight 8

Same name and namespace in other branches
  1. 8.2 menu_link_weight.module \MENU_LINK_WEIGHT_MAX_DELTA
  2. 7 menu_link_weight.module \MENU_LINK_WEIGHT_MAX_DELTA

Maximum weight of a menu link. In Drupal core this is currently 50.

2 uses of MENU_LINK_WEIGHT_MAX_DELTA
menu_link_weight_menu_link_content_element_process in ./menu_link_weight.menu_ui.inc
Process callback for the menu link weight element.
menu_link_weight_node_element_process in ./menu_link_weight.node.inc
Process callback for the menu link weight element.

File

./menu_link_weight.module, line 32
Replaces the menu link weight dropdown with a tabledrag widget.

Code

define('MENU_LINK_WEIGHT_MAX_DELTA', 50);