Search for route
- Search 9.5.x for route
- Search 8.9.x for route
- Search 10.3.x for route
- Search 11.x for route
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MenuLinksUnitTestCase::testMenuLinkRouterReparenting | function | modules/ |
Test automatic reparenting of menu links derived from menu routers. |
MenuRouterTestCase | class | modules/ |
|
MenuRouterTestCase::getInfo | function | modules/ |
|
MenuRouterTestCase::menuItemTitlesCasesHelper | function | modules/ |
Get a URL and assert the title given a case number. If override is true, the title is asserted to begin with "Alternative". |
MenuRouterTestCase::menuLoadRouter | function | modules/ |
Load the router for a given path. |
MenuRouterTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
MenuRouterTestCase::testAuthUserUserLogin | function | modules/ |
Test that an authenticated user hitting 'user/login' gets redirected to 'user' and 'user/register' gets redirected to the user edit page. |
MenuRouterTestCase::testExoticPath | function | modules/ |
Test path containing "exotic" characters. |
MenuRouterTestCase::testFileInheritance | function | modules/ |
Test that 'page callback', 'file' and 'file path' keys are properly inherited from parent menu paths. |
MenuRouterTestCase::testHookCustomTheme | function | modules/ |
Test that hook_custom_theme() can control the theme of a page. |
MenuRouterTestCase::testMaintenanceModeLoginPaths | function | modules/ |
Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter(). |
MenuRouterTestCase::testMenuGetItemNoAncestors | function | modules/ |
Test menu_get_item() with empty ancestors. |
MenuRouterTestCase::testMenuGetNames | function | modules/ |
Test menu_get_names(). |
MenuRouterTestCase::testMenuHidden | function | modules/ |
Tests menu link depth and parents of local tasks and menu callbacks. |
MenuRouterTestCase::testMenuHierarchy | function | modules/ |
Tests for menu hierarchy. |
MenuRouterTestCase::testMenuItemHooks | function | modules/ |
Test menu maintenance hooks. |
MenuRouterTestCase::testMenuItemTitlesCases | function | modules/ |
Tests the possible ways to set the title for menu items. Also tests that menu item titles work with string overrides. |
MenuRouterTestCase::testMenuLinkMaintain | function | modules/ |
Tests for menu_link_maintain(). |
MenuRouterTestCase::testMenuLinkOptions | function | modules/ |
Test menu link 'options' storage and rendering. |
MenuRouterTestCase::testMenuLoadArgumentsInheritance | function | modules/ |
Tests inheritance of 'load arguments'. |
MenuRouterTestCase::testMenuName | function | modules/ |
Tests for menu_name parameter for hook_menu(). |
MenuRouterTestCase::testMenuSetItem | function | modules/ |
Test menu_set_item(). |
MenuRouterTestCase::testThemeCallbackAdministrative | function | modules/ |
Test the theme callback when it is set to use an administrative theme. |
MenuRouterTestCase::testThemeCallbackFakeTheme | function | modules/ |
Test the theme callback when it is set to use a theme that does not exist. |
MenuRouterTestCase::testThemeCallbackHookCustomTheme | function | modules/ |
Test that the theme callback wins out over hook_custom_theme(). |
MenuRouterTestCase::testThemeCallbackInheritance | function | modules/ |
Test that the theme callback is properly inherited. |
MenuRouterTestCase::testThemeCallbackMaintenanceMode | function | modules/ |
Test the theme callback when the site is in maintenance mode. |
MenuRouterTestCase::testThemeCallbackNoThemeRequested | function | modules/ |
Test the theme callback when no theme is requested. |
MenuRouterTestCase::testThemeCallbackOptionalTheme | function | modules/ |
Test the theme callback when it is set to use an optional theme. |
MenuRouterTestCase::testTitleCallbackFalse | function | modules/ |
Test title callback set to FALSE. |
MenuRouterTestCase::testTitleMenuCallback | function | modules/ |
Tests page title of MENU_CALLBACKs. |
menu_get_router | function | includes/ |
Gets the menu router. |
menu_router_build | function | includes/ |
Collects and alters the menu definitions. |
_menu_find_router_path | function | includes/ |
Finds the router path which will serve this path. |
_menu_router_build | function | includes/ |
Builds the router table based on the data from hook_menu(). |
_menu_router_cache | function | includes/ |
Stores the menu router if we have it in memory. |
_menu_router_save | function | includes/ |
Saves data from menu_router_build() to the router table. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.