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