15 uses of MENU_NOT_FOUND in Drupal 7
- ajax_prepare_response in includes/
ajax.inc - Converts the return value of a page callback into an Ajax commands array.
- book_export in modules/
book/ book.pages.inc - Menu callback; Generates representations of a book page and its children.
- comment_approve in modules/
comment/ comment.pages.inc - Menu callback; publish specified comment.
- comment_confirm_delete_page in modules/
comment/ comment.admin.inc - Page callback for comment deletions.
- comment_permalink in modules/
comment/ comment.module - Redirects comment links to the correct page depending on comment settings.
- drupal_deliver_html_page in includes/
common.inc - Packages and sends the result of a page callback to the browser as HTML.
- drupal_not_found in includes/
common.inc - Delivers a "page not found" error to the browser.
- image_style_deliver in modules/
image/ image.module - Page callback: Generates a derivative, given a style and image path.
- locale_translate_delete_page in modules/
locale/ locale.admin.inc - String deletion confirmation page.
- menu_execute_active_handler in includes/
menu.inc - Execute the page callback associated with the current path.
- profile_browse in modules/
profile/ profile.pages.inc - Menu callback; display a list of user information.
- statistics_access_log in modules/
statistics/ statistics.admin.inc - Page callback: Gathers page access statistics suitable for rendering.
- statistics_node_tracker in modules/
statistics/ statistics.pages.inc - Page callback: Displays statistics for a node.
- statistics_user_tracker in modules/
statistics/ statistics.pages.inc - Page callback: Displays statistics for a user.
- user_view_page in modules/
user/ user.module - Page callback wrapper for user_view().