constant MENU_DEFAULT_LOCAL_TASK

  1. 7.x drupal-7.x/includes/menu.inc MENU_DEFAULT_LOCAL_TASK
  2. 6.x drupal-6.x/includes/menu.inc MENU_DEFAULT_LOCAL_TASK

Every set of local tasks should provide one "default" task, that links to the same path as its parent when clicked.

Related topics

19 uses of MENU_DEFAULT_LOCAL_TASK
aggregator_menu in drupal-6.x/modules/aggregator/aggregator.module
Implementation of hook_menu().
block_menu in drupal-6.x/modules/block/block.module
Implementation of hook_menu().
book_menu in drupal-6.x/modules/book/book.module
Implementation of hook_menu().
comment_menu in drupal-6.x/modules/comment/comment.module
Implementation of hook_menu().
contact_menu in drupal-6.x/modules/contact/contact.module
Implementation of hook_menu().

... See full list

File

drupal-6.x/includes/menu.inc, line 133
API for the Drupal menu system.

Code

define('MENU_DEFAULT_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_LINKS_TO_PARENT)