You are here

constant MENU_TREE__CURRENT_PAGE_MENU in Menu Block 6.2

Same name and namespace in other branches
  1. 7.3 menu_block.module \MENU_TREE__CURRENT_PAGE_MENU
  2. 7.2 menu_block.module \MENU_TREE__CURRENT_PAGE_MENU

Denotes that the tree should use the menu picked by the curent page.

3 uses of MENU_TREE__CURRENT_PAGE_MENU
menu_block_menu_tree_content_type_content_types in plugins/content_types/menu_tree/menu_tree.inc
Supplies a list of menu tree content sub-types.
menu_block_menu_tree_content_type_edit_form in plugins/content_types/menu_tree/menu_tree.inc
'Edit form' callback for the content type.
menu_tree_build in ./menu_block.module
Build a menu tree based on the provided configuration.

File

./menu_block.module, line 10
Provides configurable blocks of menu items.

Code

define('MENU_TREE__CURRENT_PAGE_MENU', '_active');