Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
example_profile_modules documentation/developer/example.profile Return an array of the modules to be enabled when this profile is installed.
example_profile_details documentation/developer/example.profile Return a description of the profile for the initial installation screen.
example_profile_task_list documentation/developer/example.profile Return a list of tasks that this profile supports.
example_profile_tasks documentation/developer/example.profile Perform any final installation tasks for this profile.
example_form documentation/developer/example.profile Form API array definition for the example form. 1
example_form_submit documentation/developer/example.profile Form API submit for the example form.
example_form_alter documentation/developer/example.profile Implementation of hook_form_alter().
authorize_access_denied_page drupal/authorize.php Renders a 403 access denied page for authorize.php. 1
authorize_access_allowed drupal/authorize.php Determines if the current user is allowed to run authorize.php. 1
actions_do drupal/includes/actions.inc Performs a given list of actions by executing their callback functions. 6
actions_list drupal/includes/actions.inc Discovers all available actions by invoking hook_action_info(). 7
actions_get_all_actions drupal/includes/actions.inc Retrieves all action instances from the database. 3
actions_actions_map drupal/includes/actions.inc Creates an associative array keyed by hashes of function names or IDs. 3
actions_function_lookup drupal/includes/actions.inc Returns an action array key (function or ID), given its hash. 7
actions_synchronize drupal/includes/actions.inc Synchronizes actions that are provided by modules in hook_action_info(). 4
actions_save drupal/includes/actions.inc Saves an action and its user-supplied parameter values to the database. 1
actions_load drupal/includes/actions.inc Retrieves a single action from the database. 1
actions_delete drupal/includes/actions.inc Deletes a single action from the database. 2
ajax_render drupal/includes/ajax.inc Renders a commands array into JSON. 1 1
ajax_get_form drupal/includes/ajax.inc Gets a form submitted via #ajax during an Ajax callback. 2
ajax_form_callback drupal/includes/ajax.inc Menu callback; handles Ajax requests for the #ajax Form API property. 1
ajax_base_page_theme drupal/includes/ajax.inc Theme callback for Ajax requests. 2
ajax_deliver drupal/includes/ajax.inc Packages and sends the result of a page callback as an Ajax response. 4
ajax_prepare_response drupal/includes/ajax.inc Converts the return value of a page callback into an Ajax commands array. 2
ajax_footer drupal/includes/ajax.inc Performs end-of-Ajax-request tasks. 1
ajax_process_form drupal/includes/ajax.inc Form element processing handler for the #ajax form property. 1
ajax_pre_render_element drupal/includes/ajax.inc Adds Ajax information about an element to communicate with JavaScript. 2
ajax_command_alert drupal/includes/ajax.inc Creates a Drupal Ajax 'alert' command. 2
ajax_command_insert drupal/includes/ajax.inc Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. 2
ajax_command_replace drupal/includes/ajax.inc Creates a Drupal Ajax 'insert/replaceWith' command. 1
ajax_command_html drupal/includes/ajax.inc Creates a Drupal Ajax 'insert/html' command. 3
ajax_command_prepend drupal/includes/ajax.inc Creates a Drupal Ajax 'insert/prepend' command. 4
ajax_command_append drupal/includes/ajax.inc Creates a Drupal Ajax 'insert/append' command. 2
ajax_command_after drupal/includes/ajax.inc Creates a Drupal Ajax 'insert/after' command. 1
ajax_command_before drupal/includes/ajax.inc Creates a Drupal Ajax 'insert/before' command. 1
ajax_command_remove drupal/includes/ajax.inc Creates a Drupal Ajax 'remove' command. 1
ajax_command_changed drupal/includes/ajax.inc Creates a Drupal Ajax 'changed' command. 2
ajax_command_css drupal/includes/ajax.inc Creates a Drupal Ajax 'css' command. 1
ajax_command_settings drupal/includes/ajax.inc Creates a Drupal Ajax 'settings' command. 2
ajax_command_data drupal/includes/ajax.inc Creates a Drupal Ajax 'data' command. 3
ajax_command_invoke drupal/includes/ajax.inc Creates a Drupal Ajax 'invoke' command. 1
ajax_command_restripe drupal/includes/ajax.inc Creates a Drupal Ajax 'restripe' command. 1
ajax_set_verification_header drupal/includes/ajax.inc Sets a response header for ajax.js to trust the response body. 2
ajax_command_update_build_id drupal/includes/ajax.inc Creates a Drupal Ajax 'update_build_id' command. 1
ajax_command_add_css drupal/includes/ajax.inc Creates a Drupal Ajax 'add_css' command. 2
authorize_filetransfer_form drupal/includes/authorize.inc Form constructor for the file transfer authorization form. 1
_authorize_filetransfer_connection_settings drupal/includes/authorize.inc Generates the Form API array for a given connection backend's settings. 1
_authorize_filetransfer_connection_settings_set_defaults drupal/includes/authorize.inc Sets the default settings on a file transfer connection form recursively. 1
authorize_filetransfer_form_validate drupal/includes/authorize.inc Form validation handler for authorize_filetransfer_form().
authorize_filetransfer_form_submit drupal/includes/authorize.inc Form submission handler for authorize_filetransfer_form().

Pages

Other projects