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. 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_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_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 Deprecated drupal/core/includes/bootstrap.inc 2
timer_read Deprecated drupal/core/includes/bootstrap.inc 1
timer_stop Deprecated drupal/core/includes/bootstrap.inc 1
conf_path drupal/core/includes/bootstrap.inc Returns the appropriate configuration directory. 37 3
_drupal_simpletest_conf_path drupal/core/includes/bootstrap.inc Determines whether to use an overridden value for conf_path(). 1
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. 13
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
drupal_valid_http_host drupal/core/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. 1
drupal_settings_initialize drupal/core/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration. 1
drupal_get_filename drupal/core/includes/bootstrap.inc Returns and optionally sets the filename for a system resource. 11
settings drupal/core/includes/bootstrap.inc Returns a setting. 22
variable_initialize drupal/core/includes/bootstrap.inc Loads the persistent variable table. 3
variable_get drupal/core/includes/bootstrap.inc Returns a persistent variable. 112 1
variable_set drupal/core/includes/bootstrap.inc Sets a persistent variable. 57

Pages

Other projects