Search for link
Title | Object type | File name | Summary |
---|---|---|---|
MenuTestCase::assertMenuLink | function | modules/ |
Fetch the menu item from the database and compare it to the specified array. |
MenuTestCase::deleteMenuLink | function | modules/ |
Delete a menu link using the menu module UI. |
MenuTestCase::disableMenuLink | function | modules/ |
Disable a menu link. |
MenuTestCase::enableMenuLink | function | modules/ |
Enable a menu link. |
MenuTestCase::getStandardMenuLink | function | modules/ |
Get standard menu link. |
MenuTestCase::modifyMenuLink | function | modules/ |
Modify a menu link using the menu module UI. |
MenuTestCase::moveMenuLink | function | modules/ |
Change the parent of a menu link using the menu module UI. |
MenuTestCase::resetMenuLink | function | modules/ |
Reset a standard menu link using the menu module UI. |
MenuTestCase::toggleMenuLink | function | modules/ |
Alternately disable and enable a menu link. |
MenuTestCase::verifyMenuLink | function | modules/ |
Verify a menu link using the menu module UI. |
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. |
menu_add_link_labels | function | modules/ |
Adds labels to the title of a hidden, unpublished or logged-in menu link. |
menu_contextual_links | function | includes/ |
Retrieves contextual links for a path based on registered local tasks. |
menu_delete_links | function | includes/ |
Deletes all links for a menu. |
menu_links_clone | function | includes/ |
Clones an array of menu links. |
MENU_LINKS_TO_PARENT | constant | includes/ |
Internal menu flag -- menu item links back to its parent. |
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_link_maintain | function | includes/ |
Inserts, updates, or deletes an uncustomized menu link related to a module. |
menu_link_save | function | includes/ |
Saves a menu link. |
menu_load_links | function | includes/ |
Returns an array containing all links for a menu. |
menu_navigation_links | function | includes/ |
Returns an array of links for a navigation menu. |
MENU_PREFERRED_LINK | constant | includes/ |
Reserved key to identify the most specific menu link for a given path. |
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_tree_collect_node_links | function | includes/ |
Collects node links from a given menu tree recursively. |
PathMonolingualTestCase::testPageLinks | function | modules/ |
Verifies that links do not have language prefixes in them. |
PharStreamWrapper::unlink | function | misc/ |
|
ShortcutLinksTestCase | class | modules/ |
Defines shortcut links test cases. |
ShortcutLinksTestCase::getInfo | function | modules/ |
|
ShortcutLinksTestCase::testNoShortcutLink | function | modules/ |
Tests that the add shortcut link is not displayed for 404/403 errors. |
ShortcutLinksTestCase::testShortcutLinkAdd | function | modules/ |
Tests that creating a shortcut works properly. |
ShortcutLinksTestCase::testShortcutLinkChangePath | function | modules/ |
Tests that changing the path of a shortcut link works. |
ShortcutLinksTestCase::testShortcutLinkDelete | function | modules/ |
Tests deleting a shortcut link. |
ShortcutLinksTestCase::testShortcutLinkRename | function | modules/ |
Tests that shortcut links can be renamed. |
ShortcutLinksTestCase::testShortcutQuickLink | function | modules/ |
Tests that the "add to shortcut" link changes to "remove shortcut". |
ShortcutTestCase::generateShortcutLink | function | modules/ |
Creates a generic shortcut link. |
shortcut_admin_add_link | function | modules/ |
Adds a link to the end of a shortcut set, keeping within a prescribed limit. |
shortcut_link_access | function | modules/ |
Access callback for editing a link in a shortcut set. |
shortcut_link_add | function | modules/ |
Form callback: builds the form for adding a new shortcut link. |
shortcut_link_add_inline | function | modules/ |
Menu page callback: creates a new link in the provided shortcut set. |
shortcut_link_add_submit | function | modules/ |
Submit handler for shortcut_link_add(). |
shortcut_link_delete | function | modules/ |
Form callback: builds the confirmation form for deleting a shortcut link. |
shortcut_link_delete_submit | function | modules/ |
Submit handler for shortcut_link_delete_submit(). |
shortcut_link_edit | function | modules/ |
Form callback: builds the form for editing a shortcut link. |
shortcut_link_edit_submit | function | modules/ |
Submit handler for shortcut_link_edit(). |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.