Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| menu_reset_static_cache | function | includes/ |
Resets the menu system static cache. |
| menu_save | function | modules/ |
Save a custom menu. |
| menu_schema | function | modules/ |
Implements hook_schema(). |
| 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_set_active_item | function | includes/ |
Sets the active path, which determines which page is loaded. |
| menu_set_active_menu_names | function | includes/ |
Sets (or gets) the active menu for the current page. |
| menu_set_active_trail | function | includes/ |
Sets the active trail (path to the menu tree root) of the current page. |
| menu_set_custom_theme | function | includes/ |
Sets a custom theme for the current page, if there is one. |
| menu_set_item | function | includes/ |
Replaces the statically cached item for a given path. |
| MENU_SITE_OFFLINE | constant | includes/ |
Internal menu status code -- Menu item inaccessible because site is offline. |
| MENU_SITE_ONLINE | constant | includes/ |
Internal menu status code -- Everything is working fine. |
| MENU_SUGGESTED_ITEM | constant | includes/ |
Menu type -- A normal menu item, hidden until enabled by an administrator. |
| menu_test.info | file | modules/ |
name = "Hook menu tests" description = "Support module for menu hook testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
| 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_callback | function | modules/ |
Dummy callback for hook_menu() to point to. |
| menu_test_custom_403_404_callback | function | modules/ |
Callback for our custom 403 and 404 pages. |
| menu_test_custom_theme | function | modules/ |
Implement hook_custom_theme(). |
| menu_test_init | function | modules/ |
Implements hook_init(). |
| menu_test_menu | function | modules/ |
Implements hook_menu(). |
| menu_test_menu_link_delete | function | modules/ |
Implements hook_menu_link_delete(). |
| menu_test_menu_link_insert | function | modules/ |
Implements hook_menu_link_insert(). |
| menu_test_menu_link_update | function | modules/ |
Implements hook_menu_link_update(). |
| menu_test_menu_name | function | modules/ |
Helper function for the testMenuName() test. Used to change the menu_name parameter of a menu. |
| menu_test_menu_site_status_alter | function | modules/ |
Implements hook_menu_site_status_alter(). |
| menu_test_menu_trail_callback | function | modules/ |
Callback that test menu_test_menu_tree_set_path(). |
| menu_test_other_argument_load | function | modules/ |
Dummy argument loader for hook_menu() to point to. |
| menu_test_static_variable | function | modules/ |
Static function for testing hook results. |
| menu_test_theme_callback | function | modules/ |
Theme callback to use when testing the theme callback functionality. |
| menu_test_theme_page_callback | function | modules/ |
Page callback to use when testing the theme callback functionality. |
| menu_test_title_callback | function | modules/ |
Concatenates a string, by using the t() function and a case number. |
| menu_tree_check_access | function | includes/ |
Checks access and performs dynamic operations for each link in the tree. |
| menu_tree_collect_node_links | function | includes/ |
Collects node links from a given menu tree recursively. |
| menu_tree_set_path | function | includes/ |
Sets the path for determining the active trail of the specified menu tree. |
| menu_uninstall | function | modules/ |
Implements hook_uninstall(). |
| menu_unserialize | function | includes/ |
Unserializes menu data, using a map to replace path elements. |
| MENU_VISIBLE_IN_BREADCRUMB | constant | includes/ |
Internal menu flag -- menu item is visible in the breadcrumb. |
| MENU_VISIBLE_IN_TREE | constant | includes/ |
Internal menu flag -- menu item is visible in the menu tree. |
| 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::$insertValues | property | includes/ |
An array of values to be inserted. |
| MergeQuery::$needsUpdate | property | includes/ |
Flag indicating whether an UPDATE is necessary. |
| MergeQuery::$updateFields | property | includes/ |
An array of fields that will be updated. |
| MergeQuery::arguments | function | includes/ |
Implements QueryConditionInterface::arguments(). |
| MergeQuery::conditions | function | includes/ |
Implements QueryConditionInterface::conditions(). |
| MergeQuery::exists | function | includes/ |
Implements QueryConditionInterface::exists(). |
| MergeQuery::expression | function | includes/ |
Specifies fields to be updated as an expression. |
| MergeQuery::fields | function | includes/ |
Sets common field-value pairs in the INSERT and UPDATE query parts. |
Pagination
- Previous page
- Page 104
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.