Full ELMS Learning Network documentation
Functions
Primary tabs
Name |
Location![]() |
Description |
---|---|---|
authorize_access_denied_page |
./ |
Renders a 403 access denied page for authorize.php. |
authorize_access_allowed |
./ |
Determines if the current user is allowed to run authorize.php. |
actions_do |
includes/ |
Performs a given list of actions by executing their callback functions. |
actions_list |
includes/ |
Discovers all available actions by invoking hook_action_info(). |
actions_get_all_actions |
includes/ |
Retrieves all action instances from the database. |
actions_actions_map |
includes/ |
Creates an associative array keyed by hashes of function names or IDs. |
actions_function_lookup |
includes/ |
Returns an action array key (function or ID), given its hash. |
actions_synchronize |
includes/ |
Synchronizes actions that are provided by modules in hook_action_info(). |
actions_save |
includes/ |
Saves an action and its user-supplied parameter values to the database. |
actions_load |
includes/ |
Retrieves a single action from the database. |
actions_delete |
includes/ |
Deletes a single action from the database. |
ajax_render |
includes/ |
Renders a commands array into JSON. |
ajax_get_form |
includes/ |
Gets a form submitted via #ajax during an Ajax callback. |
ajax_form_callback |
includes/ |
Menu callback; handles Ajax requests for the #ajax Form API property. |
ajax_base_page_theme |
includes/ |
Theme callback for Ajax requests. |
ajax_deliver |
includes/ |
Packages and sends the result of a page callback as an Ajax response. |
ajax_prepare_response |
includes/ |
Converts the return value of a page callback into an Ajax commands array. |
ajax_footer |
includes/ |
Performs end-of-Ajax-request tasks. |
ajax_process_form |
includes/ |
Form element processing handler for the #ajax form property. |
ajax_pre_render_element |
includes/ |
Adds Ajax information about an element to communicate with JavaScript. |
ajax_command_alert |
includes/ |
Creates a Drupal Ajax 'alert' command. |
ajax_command_insert |
includes/ |
Creates a Drupal Ajax 'insert' command using the method in #ajax['method']. |
ajax_command_replace |
includes/ |
Creates a Drupal Ajax 'insert/replaceWith' command. |
ajax_command_html |
includes/ |
Creates a Drupal Ajax 'insert/html' command. |
ajax_command_prepend |
includes/ |
Creates a Drupal Ajax 'insert/prepend' command. |
ajax_command_append |
includes/ |
Creates a Drupal Ajax 'insert/append' command. |
ajax_command_after |
includes/ |
Creates a Drupal Ajax 'insert/after' command. |
ajax_command_before |
includes/ |
Creates a Drupal Ajax 'insert/before' command. |
ajax_command_remove |
includes/ |
Creates a Drupal Ajax 'remove' command. |
ajax_command_changed |
includes/ |
Creates a Drupal Ajax 'changed' command. |
ajax_command_css |
includes/ |
Creates a Drupal Ajax 'css' command. |
ajax_command_settings |
includes/ |
Creates a Drupal Ajax 'settings' command. |
ajax_command_data |
includes/ |
Creates a Drupal Ajax 'data' command. |
ajax_command_invoke |
includes/ |
Creates a Drupal Ajax 'invoke' command. |
ajax_command_restripe |
includes/ |
Creates a Drupal Ajax 'restripe' command. |
ajax_command_update_build_id |
includes/ |
Creates a Drupal Ajax 'update_build_id' command. |
authorize_filetransfer_form |
includes/ |
Form constructor for the file transfer authorization form. |
_authorize_filetransfer_connection_settings |
includes/ |
Generates the Form API array for a given connection backend's settings. |
_authorize_filetransfer_connection_settings_set_defaults |
includes/ |
Sets the default settings on a file transfer connection form recursively. |
authorize_filetransfer_form_validate |
includes/ |
Form validation handler for authorize_filetransfer_form(). |
authorize_filetransfer_form_submit |
includes/ |
Form submission handler for authorize_filetransfer_form(). |
authorize_run_operation |
includes/ |
Runs the operation specified in $_SESSION['authorize_operation']. |
authorize_get_filetransfer |
includes/ |
Gets a FileTransfer class for a specific transfer method and settings. |
batch_load |
includes/ |
Loads a batch from the database. |
_batch_page |
includes/ |
Renders the batch processing page based on the current state of the batch. |
_batch_start |
includes/ |
Initializes the batch processing. |
_batch_progress_page_js |
includes/ |
Outputs a batch processing page with JavaScript support. |
_batch_do |
includes/ |
Does one execution pass with JavaScript and returns progress to the browser. |
_batch_progress_page_nojs |
includes/ |
Outputs a batch processing page without JavaScript support. |
_batch_process |
includes/ |
Processes sets in a batch. |