Search for menu
Title | Object type | File name | Summary |
---|---|---|---|
MenuTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
MenuTestCase::testMenu | function | modules/ |
Login users, add menus and menu links, and test menu functionality through the admin and user interfaces. |
MenuTestCase::testMenuParentsJsAccess | function | modules/ |
Test administrative users other than user 1 can access the menu parents AJAX callback. |
MenuTestCase::testMenuQueryAndFragment | function | modules/ |
Add and remove a menu link with a query string and fragment. |
MenuTestCase::testNavigationAsSecondaryMenu | function | modules/ |
Tries to use the navigation menu as the source for secondary links. |
MenuTestCase::testUnpublishedNodeMenuItem | function | modules/ |
Tests that menu admin lists can include menu items for unpublished nodes. |
MenuTestCase::toggleMenuLink | function | modules/ |
Alternately disable and enable a menu link. |
MenuTestCase::verifyAccess | function | modules/ |
Verify the logged in user has the desired access to the various menu nodes. |
MenuTestCase::verifyMenuLink | function | modules/ |
Verify a menu link using the menu module UI. |
MenuTrailTestCase | class | modules/ |
Tests active menu trails. |
MenuTrailTestCase::$admin_user | property | modules/ |
|
MenuTrailTestCase::getInfo | function | modules/ |
|
MenuTrailTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
MenuTrailTestCase::testCustom403And404Pages | function | modules/ |
Tests that the active trail works correctly on custom 403 and 404 pages. |
MenuTrailTestCase::testMenuTreeSetPath | function | modules/ |
Tests active trails are properly affected by menu_tree_set_path(). |
MenuTreeDataTestCase | class | modules/ |
Menu tree data related tests. |
MenuTreeDataTestCase::$links | property | modules/ |
Dummy link structure acceptable for menu_tree_data(). |
MenuTreeDataTestCase::assertSameLink | function | modules/ |
Check that two menu links are the same by comparing the mlid. |
MenuTreeDataTestCase::getInfo | function | modules/ |
|
MenuTreeDataTestCase::testMenuTreeData | function | modules/ |
Validate the generation of a proper menu tree hierarchy. |
MenuTreeOutputTestCase | class | modules/ |
Menu tree output related tests. |
MenuTreeOutputTestCase::$tree_data | property | modules/ |
Dummy link structure acceptable for menu_tree_output(). |
MenuTreeOutputTestCase::getInfo | function | modules/ |
|
MenuTreeOutputTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
MenuTreeOutputTestCase::testMenuTreeData | function | modules/ |
Validate the generation of a proper menu tree output. |
MenuUpgradePathTestCase | class | modules/ |
Upgrade test for menu.module. |
MenuUpgradePathTestCase::getInfo | function | modules/ |
|
MenuUpgradePathTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
MenuUpgradePathTestCase::testMenuUpgrade | function | modules/ |
Test a successful upgrade. |
MenuWebTestCase | class | modules/ |
@file Provides SimpleTests for menu.inc. |
MenuWebTestCase::assertBreadcrumb | function | modules/ |
Assert that a given path shows certain breadcrumb links. |
MenuWebTestCase::getParts | function | modules/ |
Returns the breadcrumb contents of the current page in the internal browser. |
MenuWebTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
MENU_ACCESS_DENIED | constant | includes/ |
Menu status code -- Access denied. |
menu_add_link_labels | function | modules/ |
Adds labels to the title of a hidden, unpublished or logged-in menu link. |
menu_block_info | function | modules/ |
Implements hook_block_info(). |
menu_block_view | function | modules/ |
Implements hook_block_view(). |
menu_block_view_alter | function | modules/ |
Implements hook_block_view_alter(). |
menu_build_tree | function | includes/ |
Builds a menu tree, translates links, and checks access. |
menu_cache_clear | function | includes/ |
Clears the cached data for a single named menu. |
menu_cache_clear_all | function | includes/ |
Clears all cached menu data. |
MENU_CALLBACK | constant | includes/ |
Menu type -- A hidden, internal callback, typically used for API calls. |
menu_configure | function | modules/ |
Menu callback; Build the form presenting menu configuration options. |
menu_contextual_links | function | includes/ |
Retrieves contextual links for a path based on registered local tasks. |
MENU_CONTEXT_INLINE | constant | includes/ |
Internal menu flag: Local task should be displayed inline. |
MENU_CONTEXT_NONE | constant | includes/ |
Internal menu flag: Invisible local task. |
MENU_CONTEXT_PAGE | constant | includes/ |
Internal menu flag: Local task should be displayed in page context. |
MENU_CREATED_BY_ADMIN | constant | includes/ |
Internal menu flag -- menu item was created by administrator. |
menu_custom_delete_submit | function | modules/ |
Submit function for the 'Delete' button on the menu editing form. |
MENU_DEFAULT_LOCAL_TASK | constant | includes/ |
Menu type -- The "default" local task, which is initially active. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.