Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_menu modules/drupal.module Implementation of hook_menu().
drupal_notify modules/drupal.module Sends a ping to the Drupal directory server. 1
drupal_not_found includes/common.inc Generates a 404 error if the request can not be handled. 1
drupal_page_footer includes/common.inc Perform end-of-request tasks. 1
drupal_page_header includes/bootstrap.inc Set HTTP headers in preparation for a page response. 1
drupal_page_help modules/drupal.module Menu callback; print Drupal-authentication-specific information from user/help. 1
drupal_rebuild_path_map includes/common.inc Regenerate the path map from the information in the database. 1
drupal_settings modules/drupal.module Implementation of hook_settings().
drupal_set_breadcrumb includes/common.inc Set the breadcrumb trail for the current page. 2
drupal_set_header includes/common.inc Set an HTTP response header for the current page. 6
drupal_set_html_head includes/common.inc Add output to the head tag of the HTML page. This function can be called as long the headers aren't sent. 2
drupal_set_message includes/bootstrap.inc Set a message for the user to see. 59
drupal_set_title includes/bootstrap.inc Set the title of the current page, for display on the page and in the title bar. 25
drupal_unpack includes/bootstrap.inc Unserializes and appends elements from a serialized string. 7
drupal_valid_token includes/common.inc Validate a token based on $value, the current user session and private key or penultimate private key.
drupal_xmlrpc modules/drupal.module Implementation of hook_xmlrpc().
drupal_xml_parser_create includes/common.inc Prepare a new XML parser. 1
error_handler includes/common.inc Log errors as defined by administrator Error levels: 1 = Log errors to database. 2 = Log errors to database and to screen. 1
fileupload_access developer/examples/fileupload.module
fileupload_delete developer/examples/fileupload.module
fileupload_file_download developer/examples/fileupload.module Support private downloads
fileupload_form developer/examples/fileupload.module
fileupload_help developer/examples/fileupload.module
fileupload_insert developer/examples/fileupload.module
fileupload_link developer/examples/fileupload.module Integrate with Drupal
fileupload_load developer/examples/fileupload.module
fileupload_node_name developer/examples/fileupload.module Node related code
fileupload_perm developer/examples/fileupload.module
fileupload_update developer/examples/fileupload.module
fileupload_validate developer/examples/fileupload.module
fileupload_view developer/examples/fileupload.module
file_check_directory includes/file.inc Check that directory exists and is writable. 3
file_check_location includes/file.inc Check if a file is really located inside $directory. Should be used to make sure a file specified is really located within the directory to prevent exploits.
file_check_path includes/file.inc Checks path to see if it is a directory, or a dir/file. 1
file_check_upload includes/file.inc Check if $source is a valid file upload.
file_copy includes/file.inc Copies a file to a new location. This is a powerful function that in many ways performs like an advanced version of copy().
file_create_filename includes/file.inc 1
file_create_path includes/file.inc Make sure the destination is a complete path and resides in the file system directory, if it is not prepend the file system directory. 6
file_create_url includes/file.inc Create the download path to a file. 4
file_delete includes/file.inc 3
file_download includes/file.inc Call modules to find out if a file is accessible for a given user. 1
file_move includes/file.inc Moves a file to a new location.
file_save_data includes/file.inc Save a string to the specified destination
file_save_upload includes/file.inc Saves a file upload to a new location. The source file is validated as a proper upload and handled as such. 2
file_scan_directory includes/file.inc Finds all files that match a given mask in a given directory. 2
file_transfer includes/file.inc Transfer file using http to client. Pipes a file through Drupal to the client. 1
filter_access modules/filter.module Returns true if the user is allowed to access this format.
filter_admin_add modules/filter.module Add a new input format.
filter_admin_configure modules/filter.module Menu callback; display settings defined by filters.
filter_admin_delete modules/filter.module Menu callback; confirm deletion of a format. 1

Pages

Other projects