drupal_access_denied

Functions that call drupal_access_denied()

Namesort iconLocationDescription
book_export_htmldrupal/modules/book/book.pages.incThis function is called by book_export() to generate HTML for export.
comment_editdrupal/modules/comment/comment.pages.incForm builder; generate a comment editing form.
file_downloaddrupal/includes/file.incMenu handler for private file transfers.
menu_delete_menu_pagedrupal/modules/menu/menu.admin.incMenu callback; check access and get a confirm form for deletion of a custom menu.
menu_edit_itemdrupal/modules/menu/menu.admin.incMenu callback; Build the menu link editing form.
menu_item_delete_pagedrupal/modules/menu/menu.admin.incMenu callback; Check access and present a confirm form for deleting a menu link.
page_example_bazcontributions/docs/developer/examples/page_example.moduleA more complex page callback that takes arguments.
profile_browsedrupal/modules/profile/profile.pages.incMenu callback; display a list of user information.
system_batch_pagedrupal/modules/system/system.admin.incDefault page callback for batches.
user_pass_resetdrupal/modules/user/user.pages.incMenu callback; process one time login link and redirects to the user page on success.

Functions called by drupal_access_denied()

Namesort iconLocationDescription
check_plaindrupal/includes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
drupal_get_normal_pathdrupal/includes/path.incGiven a path alias, return the internal path it represents.
drupal_set_headerdrupal/includes/common.incSet an HTTP response header for the current page.
drupal_set_titledrupal/includes/path.incSet the title of the current page, for display on the page and in the title bar.
menu_execute_active_handlerdrupal/includes/menu.incExecute the page callback associated with the current path
menu_set_active_itemdrupal/includes/menu.incSet the active path, which determines which page is loaded.
tdrupal/includes/common.incTranslate strings to the page language or a given language.
themedrupal/includes/theme.incGenerate the themed output.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.
watchdogdrupal/includes/bootstrap.incLog a system message.