Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
watchdog drupal/core/includes/bootstrap.inc Logs a system message. 115 4
drupal_set_message drupal/core/includes/bootstrap.inc Sets a message to display to the user. 270
drupal_get_messages drupal/core/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 5
drupal_get_title drupal/core/includes/bootstrap.inc Gets the title of the current page. 9
drupal_set_title drupal/core/includes/bootstrap.inc Sets the title of the current page. 76
drupal_anonymous_user drupal/core/includes/bootstrap.inc Generates a default anonymous $user object. 10
drupal_bootstrap drupal/core/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 11
drupal_handle_request drupal/core/includes/bootstrap.inc Handles an entire PHP request. 3
_batch_page drupal/core/includes/batch.inc Renders the batch processing page based on the current state of the batch. 4
_batch_do drupal/core/includes/batch.inc Does one execution pass with JavaScript and returns progress to the browser. 1
_batch_progress_page drupal/core/includes/batch.inc Outputs a batch processing page. 1
_batch_process drupal/core/includes/batch.inc Processes sets in a batch. 3
_batch_api_percentage drupal/core/includes/batch.inc Formats the percent completion for a batch set. 2
_batch_current_set drupal/core/includes/batch.inc Returns the batch set being currently processed. 3
_batch_next_set drupal/core/includes/batch.inc Retrieves the next set in a batch. 1
_batch_finished drupal/core/includes/batch.inc Ends the batch processing. 2
_batch_shutdown drupal/core/includes/batch.inc Shutdown function: Stores the current batch data for the next request. 1
authorize_filetransfer_form drupal/core/includes/authorize.inc Form constructor for the file transfer authorization form. 1
_authorize_filetransfer_connection_settings drupal/core/includes/authorize.inc Generates the Form API array for a given connection backend's settings. 1
_authorize_filetransfer_connection_settings_set_defaults drupal/core/includes/authorize.inc Sets the default settings on a file transfer connection form recursively. 1
authorize_filetransfer_form_validate drupal/core/includes/authorize.inc Form validation handler for authorize_filetransfer_form().
authorize_filetransfer_form_submit drupal/core/includes/authorize.inc Form submission handler for authorize_filetransfer_form().
authorize_run_operation drupal/core/includes/authorize.inc Runs the operation specified in $_SESSION['authorize_operation']. 1
authorize_get_filetransfer drupal/core/includes/authorize.inc Gets a FileTransfer class for a specific transfer method and settings. 3
ajax_render drupal/core/includes/ajax.inc Renders a commands array into JSON. 2 1
ajax_get_form drupal/core/includes/ajax.inc Gets a form submitted via #ajax during an Ajax callback. 2
ajax_form_callback drupal/core/includes/ajax.inc Page callback: Handles Ajax requests for the #ajax Form API property. 1
ajax_base_page_theme drupal/core/includes/ajax.inc Theme callback: Returns the correct theme for an Ajax request. 7
ajax_prepare_response drupal/core/includes/ajax.inc Converts the return value of a page callback into an Ajax commands array. 2
ajax_process_form drupal/core/includes/ajax.inc Form element processing handler for the #ajax form property. 2
ajax_pre_render_element drupal/core/includes/ajax.inc Adds Ajax information about an element to communicate with JavaScript. 2
ajax_command_alert drupal/core/includes/ajax.inc Creates a Drupal Ajax 'alert' command. 1
ajax_command_insert drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. 1
ajax_command_prepend drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/prepend' command. 3
ajax_command_append drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/append' command. 1
ajax_command_remove drupal/core/includes/ajax.inc Creates a Drupal Ajax 'remove' command.
ajax_command_changed drupal/core/includes/ajax.inc Creates a Drupal Ajax 'changed' command.
ajax_command_css drupal/core/includes/ajax.inc Creates a Drupal Ajax 'css' command.
ajax_command_settings drupal/core/includes/ajax.inc Creates a Drupal Ajax 'settings' command. 1
ajax_command_add_css drupal/core/includes/ajax.inc Creates a Drupal Ajax 'add_css' command. 1
authorize_access_denied_page drupal/core/authorize.php Renders a 403 access denied page for authorize.php. 1
authorize_access_allowed drupal/core/authorize.php Determines if the current user is allowed to run authorize.php. 1

Pages

Other projects