- backdrop_valid_path in includes/
path.inc - Checks a path exists and the current user has access to it.
- book_link_load in modules/
book/ book.module - Get a translated book menu link by its menu link ID.
- menu_link_load in includes/
menu.inc - Gets a translated menu link that is ready for rendering.
- menu_set_active_trail in includes/
menu.inc - Sets the active trail (path to the menu tree root) of the current page.
- _menu_tree_check_access in includes/
menu.inc - Sorts the menu tree and recursively checks access for each item.
- system_admin_config_page in modules/
system/ system.admin.inc - Menu callback; Provide the administration overview page.
- system_admin_menu_block in modules/
system/ system.module - Provide a single block on the administration overview page.
- system_get_module_admin_tasks in modules/
system/ system.module - Generate a list of tasks offered by a specified module.