Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
menu_get_active_breadcrumb function includes/menu.inc Gets the breadcrumb for the current page, as determined by the active trail.
menu_item_delete_form function modules/menu/menu.admin.inc Build a confirm form for deletion of a single menu link.
menu_item_delete_form_submit function modules/menu/menu.admin.inc Process menu delete form submissions.
menu_item_delete_page function modules/menu/menu.admin.inc Menu callback; Check access and present a confirm form for deleting a menu link.
menu_item_delete_submit function modules/menu/menu.admin.inc Submit function for the delete button on the menu item editing form.
menu_link_children_relative_depth function includes/menu.inc Finds the depth of an item's children relative to its depth.
menu_link_delete function includes/menu.inc Delete one or several menu links.
menu_link_get_preferred function includes/menu.inc Looks up the preferred menu link for a given system path.
menu_link_load function includes/menu.inc Gets a translated, access-checked menu link that is ready for rendering.
menu_load function modules/menu/menu.module Load the data for a single custom menu.
menu_load_all function modules/menu/menu.module Load all custom menu data.
menu_load_links function includes/menu.inc Returns an array containing all links for a menu.
MENU_MAX_DEPTH constant includes/menu.inc The maximum depth of a menu links tree - matches the number of p columns.
MENU_MODIFIED_BY_ADMIN constant includes/menu.inc Internal menu flag -- menu item can be modified by administrator.
menu_node_delete function modules/menu/menu.module Implements hook_node_delete().
menu_node_insert function modules/menu/menu.module Implements hook_node_insert().
menu_node_prepare function modules/menu/menu.module Implements hook_node_prepare().
menu_node_save function modules/menu/menu.module Helper for hook_node_insert() and hook_node_update().
menu_node_submit function modules/menu/menu.module Implements hook_node_submit().
menu_node_update function modules/menu/menu.module Implements hook_node_update().
MENU_NOT_FOUND constant includes/menu.inc Menu status code -- Not found.
MENU_PREFERRED_LINK constant includes/menu.inc Reserved key to identify the most specific menu link for a given path.
menu_rebuild function includes/menu.inc Populates the database tables used by various menu functions.
menu_router_build function includes/menu.inc Collects and alters the menu definitions.
menu_secondary_local_tasks function includes/menu.inc Returns the rendered local tasks at the second level.
menu_secondary_menu function includes/menu.inc Returns an array of links to be rendered as the Secondary links.
MENU_SUGGESTED_ITEM constant includes/menu.inc Menu type -- A normal menu item, hidden until enabled by an administrator.
menu_tail_load function includes/menu.inc Loads the path as one string relative to the current index.
menu_test.module file modules/simpletest/tests/menu_test.module Dummy module implementing hook menu.
menu_test_argument_load function modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to.
menu_test_menu_link_delete function modules/simpletest/tests/menu_test.module Implements hook_menu_link_delete().
menu_test_menu_link_update function modules/simpletest/tests/menu_test.module Implements hook_menu_link_update().
menu_test_other_argument_load function modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to.
menu_tree_all_data function includes/menu.inc Gets the data structure representing a named menu tree.
menu_tree_collect_node_links function includes/menu.inc Collects node links from a given menu tree recursively.
menu_tree_data function includes/menu.inc Sorts and returns the built data representing a menu tree.
menu_tree_page_data function includes/menu.inc Gets the data structure for a named menu tree, based on the current page.
menu_update_7000 function modules/menu/menu.install Migrate the "Default menu for content" setting to individual node types.
menu_update_7001 function modules/menu/menu.install Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents.
menu_update_7002 function modules/menu/menu.install Rename the primary/secondary menu blocks to match previously renamed menus.
menu_update_7003 function modules/menu/menu.install Add missing custom menus to active menus list.
MENU_VISIBLE_IN_BREADCRUMB constant includes/menu.inc Internal menu flag -- menu item is visible in the breadcrumb.
MergeQuery::$condition property includes/database/query.inc The condition object for this query.
MergeQuery::$conditionTable property includes/database/query.inc The table or subquery to be used for the condition.
MergeQuery::$defaultFields property includes/database/query.inc An array of fields which should be set to their database-defined defaults.
MergeQuery::$expressionFields property includes/database/query.inc Array of fields to update to an expression in case of a duplicate record.
MergeQuery::$insertFields property includes/database/query.inc An array of fields on which to insert.
MergeQuery::$needsUpdate property includes/database/query.inc Flag indicating whether an UPDATE is necessary.
MergeQuery::$updateFields property includes/database/query.inc An array of fields that will be updated.
MergeQuery::compiled function includes/database/query.inc Implements QueryConditionInterface::compiled().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.