You are here

constant MENU_LINK_WEIGHT_MAX_DELTA in Menu Link Weight 7

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

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

1 use of MENU_LINK_WEIGHT_MAX_DELTA
menu_link_weight_node_element_process in ./menu_link_weight.module
Process callback for the menu link weight element.

File

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

Code

define('MENU_LINK_WEIGHT_MAX_DELTA', 50);