18 uses of MENU_ACCESS_DENIED in Drupal 7
- aggregator_admin_refresh_feed in modules/
aggregator/ aggregator.admin.inc - Page callback: Refreshes a feed, then redirects to the overview page.
- 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.
- drupal_access_denied in includes/
common.inc - Delivers an "access denied" error to the browser.
- drupal_deliver_html_page in includes/
common.inc - Packages and sends the result of a page callback to the browser as HTML.
- image_style_deliver in modules/
image/ image.module - Page callback: Generates a derivative, given a style and image path.
- menu_delete_menu_page in modules/
menu/ menu.admin.inc - Menu callback; check access and get a confirm form for deletion of a custom menu.
- menu_execute_active_handler in includes/
menu.inc - Execute the page callback associated with the current path.
- menu_item_delete_page in modules/
menu/ menu.admin.inc - Menu callback; Check access and present a confirm form for deleting a menu link.
- overlay_user_dismiss_message in modules/
overlay/ overlay.module - Page callback: Dismisses the overlay accessibility message for this user.
- profile_browse in modules/
profile/ profile.pages.inc - Menu callback; display a list of user information.
- shortcut_link_add_inline in modules/
shortcut/ shortcut.admin.inc - Menu page callback: creates a new link in the provided shortcut set.
- system_date_time_lookup in modules/
system/ system.admin.inc - Return the date for a given format string via Ajax.
- system_theme_default in modules/
system/ system.admin.inc - Menu callback; Set the default theme.
- system_theme_disable in modules/
system/ system.admin.inc - Menu callback; Disables a theme.
- system_theme_enable in modules/
system/ system.admin.inc - Menu callback; Enables a theme.
- user_cancel_confirm in modules/
user/ user.pages.inc - Menu callback; Cancel a user account via e-mail confirmation link.