backdrop_deliver_page in includes/common.inc
Delivers a page callback result to the browser in the appropriate format.
backdrop_retrieve_form in includes/form.inc
Retrieves the structured array that defines a given form.
backdrop_valid_path in includes/path.inc
Checks a path exists and the current user has access to it.
dashboard_user_login in modules/dashboard/dashboard.module
Implements hook_user_login().
DashboardWelcomeBlock::filterAvailableLinks in modules/dashboard/includes/block.welcome.inc
Checks access to paths and returns an HTML list of links.
file_menu_local_tasks_alter in modules/file/file.module
Implements hook_menu_local_tasks_alter().
layout_ajax_form_open_dialog in modules/layout/layout.admin.inc
AJAX handler that opens a form in a dialog.
layout_get_layout_by_path in modules/layout/layout.module
Get the layout which is active based on a path or router item.
layout_page_callback in modules/layout/layout.pages.inc
Menu callback; Generic page callback for all Layout-provided pages.
Layout::save in modules/layout/includes/layout.class.inc
Save a layout to config.
layout_settings_form in modules/layout/layout.admin.inc
Render the settings form for layout.
menu_contextual_links in includes/menu.inc
Retrieves contextual links for a path based on registered local tasks.
menu_execute_active_handler in includes/menu.inc
Execute the page callback associated with the current path.
menu_get_active_breadcrumb in includes/menu.inc
Gets the breadcrumb for the current page, as determined by the active trail.
menu_get_custom_theme in includes/menu.inc
Gets the custom theme for the current page, if there is one.
menu_get_object in includes/menu.inc
Gets a loaded object from a router item.
menu_link_get_preferred in includes/menu.inc
Looks up the preferred menu link for a given system path.
_menu_link_translate in includes/menu.inc
Provides menu link access control, translation, and argument handling.
menu_local_tasks in includes/menu.inc
Collects the local tasks (tabs), action links, and the root path.
menu_navigation_links in includes/menu.inc
Returns an array of links for a navigation menu.
MenuRouterTestCase::testMenuSetItem in modules/simpletest/tests/menu.test
Test menu_set_item().
menu_set_active_trail in includes/menu.inc
Sets the active trail (path to the menu tree root) of the current page.
menu_set_item in includes/menu.inc
Replaces the statically cached item for a given path.
menu_tree_output in includes/menu.inc
Returns an output structure for rendering a menu tree.
menu_tree_page_data in includes/menu.inc
Gets the data structure for a named menu tree, based on the current page.
node_menu_local_tasks_alter in modules/node/node.module
Implements hook_menu_local_tasks_alter().
_path_is_callback in modules/path/path.inc
Verify if the given path is a valid menu callback.
redirect_element_validate_source in modules/redirect/redirect.admin.inc
Element validate handler; validate the source of an URL redirect.
system_admin_menu_block in modules/system/system.module
Provide a single block on the administration overview page.
system_admin_menu_block_page in modules/system/system.admin.inc
Provide a single block from the administration menu as a page.
system_block_view in modules/system/system.module
Implements hook_block_view().
system_get_module_admin_tasks in modules/system/system.module
Generate a list of tasks offered by a specified module.
system_modules in modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
views_handler_field_contact_link::render_link in modules/contact/views/views_handler_field_contact_link.inc