constant MENU_TREE__CURRENT_PAGE_MENU in Menu Block 7.2
Same name and namespace in other branches
- 6.2 menu_block.module \MENU_TREE__CURRENT_PAGE_MENU
- 7.3 menu_block.module \MENU_TREE__CURRENT_PAGE_MENU
Denotes that the tree should use the menu picked by the current page.
6 uses of MENU_TREE__CURRENT_PAGE_MENU
- hook_menu_block_blocks in ./
menu_block.api.php - Return a list of configurations for menu blocks.
- menu_block_export_form_submit in ./
menu_block_export.admin.inc - Submit callback for menu_block_export_form().
- menu_block_get_current_page_menu in ./
menu_block.module - Returns the current page's 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.
File
- ./
menu_block.module, line 10 - Provides configurable blocks of menu items.
Code
define('MENU_TREE__CURRENT_PAGE_MENU', '_active');