Functions

NameLocationDescription
ajax_forms_test_advanced_commands_before_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'before'.
ajax_forms_test_advanced_commands_changed_asterisk_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'changed' with asterisk marking inner div.
ajax_forms_test_advanced_commands_changed_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'changed'.
ajax_forms_test_advanced_commands_css_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'css'.
ajax_forms_test_advanced_commands_data_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'data'.
ajax_forms_test_advanced_commands_html_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'html'.
ajax_forms_test_advanced_commands_prepend_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'prepend'.
ajax_forms_test_advanced_commands_remove_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'remove'.
ajax_forms_test_advanced_commands_restripe_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback for 'restripe'.
ajax_forms_test_ajax_commands_formmodules/simpletest/tests/ajax_forms_test.moduleForm to display the AJAX Commands.
ajax_forms_test_menumodules/simpletest/tests/ajax_forms_test.moduleImplements hook_menu().
ajax_forms_test_simple_formmodules/simpletest/tests/ajax_forms_test.moduleA basic form used to test form_state['values'] during callback.
ajax_forms_test_simple_form_checkbox_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback triggered by checkbox.
ajax_forms_test_simple_form_select_callbackmodules/simpletest/tests/ajax_forms_test.moduleAJAX callback triggered by select.
ajax_form_callbackincludes/ajax.incMenu callback; handles AJAX requests for the #ajax Form API property.
ajax_get_formincludes/ajax.incGet a form submitted via #ajax during an AJAX callback.
ajax_process_formincludes/ajax.incAdd AJAX information about a form element to the page to communicate with JavaScript.
ajax_renderincludes/ajax.incRender a commands array into JSON.
ajax_test_errormodules/simpletest/tests/ajax_test.moduleMenu callback; Returns AJAX element with #error property set.
ajax_test_menumodules/simpletest/tests/ajax_test.moduleImplements hook_menu().
ajax_test_rendermodules/simpletest/tests/ajax_test.moduleMenu callback; Returns $_GET['commands'] suitable for use by ajax_deliver().
archiver_get_archiverincludes/common.incCreate the appropriate archiver for the specified file.
archiver_get_infoincludes/common.incRetrieves a list of all available archivers.
argincludes/path.incReturn a component of the current Drupal path.
authorize_access_allowed./authorize.phpDetermine if the current user is allowed to run authorize.php.
authorize_access_denied_page./authorize.phpRender a 403 access denied page for authorize.php
authorize_filetransfer_formincludes/authorize.incBuild the form for choosing a FileTransfer type and supplying credentials.
authorize_filetransfer_form_submitincludes/authorize.incSubmit callback when a file transfer is being authorized.
authorize_filetransfer_form_validateincludes/authorize.incValidate callback for the filetransfer authorization form.
authorize_get_filetransferincludes/authorize.incGet a FileTransfer class for a specific transfer method and settings.
authorize_run_operationincludes/authorize.incRun the operation specified in $_SESSION['authorize_operation']
backtrace_error_handlersites/all/modules/devel/devel.module
base_pathincludes/common.incReturn the base URL path (i.e., directory) of the Drupal installation.
batch_getincludes/form.incRetrieves the current batch.
batch_loadincludes/batch.incLoads a batch from the database.
batch_processincludes/form.incProcesses the batch.
batch_setincludes/form.incOpens a new batch.
batch_test_chained_formmodules/simpletest/tests/batch_test.moduleForm with chained submit callbacks.
batch_test_chained_form_submit_1modules/simpletest/tests/batch_test.moduleSubmit handler #1 for the chained form.
batch_test_chained_form_submit_2modules/simpletest/tests/batch_test.moduleSubmit handler #2 for the chained form.
batch_test_chained_form_submit_3modules/simpletest/tests/batch_test.moduleSubmit handler #3 for the chained form.
batch_test_chained_form_submit_4modules/simpletest/tests/batch_test.moduleSubmit handler #4 for the chained form.
batch_test_menumodules/simpletest/tests/batch_test.moduleImplement hook_menu().
batch_test_mock_formmodules/simpletest/tests/batch_test.moduleA simple form with a textfield and submit button.
batch_test_mock_form_submitmodules/simpletest/tests/batch_test.moduleSubmit handler for the batch_test_mock form.
batch_test_multistep_formmodules/simpletest/tests/batch_test.moduleMultistep form.
batch_test_multistep_form_submitmodules/simpletest/tests/batch_test.moduleSubmit handler for the multistep form.
batch_test_nested_drupal_form_submitmodules/simpletest/tests/batch_test.moduleMenu callback: programmatically submits a form within a batch.
batch_test_no_formmodules/simpletest/tests/batch_test.moduleMenu callback: fire a batch process without a form submission.
batch_test_programmaticmodules/simpletest/tests/batch_test.moduleMenu callback: programmatically submits the 'Chained' form.