constant MENU_DEFAULT_LOCAL_TASK

Menu type -- The "default" local task, which is initially active.

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

Related topics

36 uses of MENU_DEFAULT_LOCAL_TASK
action_menu in drupal/core/modules/action/action.module
Implements hook_menu().
aggregator_menu in drupal/core/modules/aggregator/aggregator.module
Implements hook_menu().
batch_test_menu in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Implements hook_menu().
block_menu in drupal/core/modules/block/block.module
Implements hook_menu().
book_menu in drupal/core/modules/book/book.module
Implements hook_menu().

... See full list

File

drupal/core/includes/menu.inc, line 188
API for the Drupal menu system.

Code

define('MENU_DEFAULT_LOCAL_TASK', MENU_IS_LOCAL_TASK | MENU_LINKS_TO_PARENT | MENU_VISIBLE_IN_BREADCRUMB);