Search for %s

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

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