Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
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
ajax_render drupal/core/includes/ajax.inc Renders a commands array into JSON. 3 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. 4
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. 2
ajax_command_insert drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. 2
ajax_command_replace drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/replaceWith' command. 4
ajax_command_html drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/html' command. 4
ajax_command_prepend drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/prepend' command. 4
ajax_command_append drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/append' command. 2
ajax_command_after drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/after' command. 1
ajax_command_before drupal/core/includes/ajax.inc Creates a Drupal Ajax 'insert/before' command. 1
ajax_command_remove drupal/core/includes/ajax.inc Creates a Drupal Ajax 'remove' command. 1
ajax_command_changed drupal/core/includes/ajax.inc Creates a Drupal Ajax 'changed' command. 2
ajax_command_css drupal/core/includes/ajax.inc Creates a Drupal Ajax 'css' command. 1
ajax_command_settings drupal/core/includes/ajax.inc Creates a Drupal Ajax 'settings' command. 2
ajax_command_data drupal/core/includes/ajax.inc Creates a Drupal Ajax 'data' command. 3
ajax_command_invoke drupal/core/includes/ajax.inc Creates a Drupal Ajax 'invoke' command. 1
ajax_command_restripe drupal/core/includes/ajax.inc Creates a Drupal Ajax 'restripe' command. 1
ajax_command_add_css drupal/core/includes/ajax.inc Creates a Drupal Ajax 'add_css' command. 2
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
batch_load drupal/core/includes/batch.inc Loads a batch from the database. 2
_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
timer_start drupal/core/includes/bootstrap.inc Starts the timer with the specified name. 5
timer_read drupal/core/includes/bootstrap.inc Reads the current timer value without stopping the timer. 4
timer_stop drupal/core/includes/bootstrap.inc Stops the timer with the specified name. 1
conf_path drupal/core/includes/bootstrap.inc Returns the appropriate configuration directory. 38 3
find_conf_path drupal/core/includes/bootstrap.inc Finds the appropriate configuration directory for a given host and path. 1
config_get_config_directory drupal/core/includes/bootstrap.inc Returns the path of a configuration directory. 7
drupal_override_server_variables drupal/core/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work. 2
drupal_environment_initialize drupal/core/includes/bootstrap.inc Initializes the PHP environment. 1

Pages

Other projects