drupal_not_found

Functions that call drupal_not_found()

Namesort iconLocationDescription
book_exportmodules/book/book.pages.incMenu callback; Generates various representation of a book page and its children.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
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...
file_transferincludes/file.incTransfer file using http to client. Pipes a file through Drupal to the client.
filter_admin_deletemodules/filter/filter.admin.incMenu callback; confirm deletion of a format. See alsofilter_admin_delete_submit()
locale_languages_delete_formincludes/locale.incUser interface for the language deletion confirmation screen.
locale_languages_edit_formincludes/locale.incEditing screen for a particular language.
locale_translate_delete_pageincludes/locale.incString deletion confirmation page.
profile_browsemodules/profile/profile.pages.incMenu callback; display a list of user information.
profile_field_deletemodules/profile/profile.admin.incMenu callback; deletes a field from all user profiles.
profile_field_formmodules/profile/profile.admin.incMenu callback: Generate a form to add/edit a user profile field. See alsoprofile_field_form_validate()
statistics_access_logmodules/statistics/statistics.admin.incMenu callback; Displays recent page accesses.
system_main_admin_pagemodules/system/system.admin.incMenu callback; Provide the administration overview page.
taxonomy_admin_term_editmodules/taxonomy/taxonomy.admin.incPage to edit a vocabulary term.
taxonomy_term_pagemodules/taxonomy/taxonomy.pages.incMenu callback; displays all nodes associated with a term.

Functions called by drupal_not_found()

Namesort iconLocationDescription
check_plainincludes/bootstrap.incEncode special characters in a plain-text string for display as HTML.
drupal_get_normal_pathincludes/path.incGiven a path alias, return the internal path it represents.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
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.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.