drupal_access_denied

Functions that call drupal_access_denied()

Namesort iconLocationDescription
book_export_htmlmodules/book/book.pages.incThis function is called by book_export() to generate HTML for export.
comment_editmodules/comment/comment.pages.incForm builder; generate a comment editing form.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
file_downloadincludes/file.incCall modules that implement hook_file_download() to find out if a file is accessible and what headers it should be transferred with. If a module returns -1 drupal_access_denied() will be returned. If one or more modules returned headers the download...
menu_delete_menu_pagemodules/menu/menu.admin.incMenu callback; check access and get a confirm form for deletion of a custom menu.
menu_item_delete_pagemodules/menu/menu.admin.incMenu callback; Check access and present a confirm form for deleting a menu link.
page_example_bazdeveloper/examples/page_example.moduleA more complex page callback that takes arguments.
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
system_batch_pagemodules/system/system.admin.incDefault page callback for batches.
user_pass_resetmodules/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_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_get_normal_pathincludes/path.incGiven a path alias, return the internal path it represents.
drupal_set_headerincludes/common.incSet an HTTP response header for the current page.
drupal_set_titleincludes/path.incSet the title of the current page, for display on the page and in the title bar.
menu_execute_active_handlerincludes/menu.incExecute the page callback associated with the current path
menu_set_active_itemincludes/menu.incSet the active path, which determines which page is loaded.
tincludes/common.incTranslate strings to the page language or a given language.
themeincludes/theme.incGenerate the themed output.
variable_getincludes/bootstrap.incReturn a persistent variable.
watchdogincludes/bootstrap.incLog a system message.
 
 

Drupal is a registered trademark of Dries Buytaert.