Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
ajax_forms_test_simple_form_checkbox_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback triggered by checkbox.
ajax_forms_test_simple_form_select_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback triggered by select.
ajax_forms_test_validation_form function modules/simpletest/tests/ajax_forms_test.module This form and its related submit and callback functions demonstrate
not validating another form element when a single Ajax element is triggered.
ajax_forms_test_validation_form_callback function modules/simpletest/tests/ajax_forms_test.module Ajax callback for the 'drivertext' element of the validation form.
ajax_forms_test_validation_form_submit function modules/simpletest/tests/ajax_forms_test.module Submit handler for the validation form.
ajax_form_callback function includes/ajax.inc Menu callback; handles Ajax requests for the #ajax Form API property.
ajax_get_form function includes/ajax.inc Gets a form submitted via #ajax during an Ajax callback.
ajax_prepare_response function includes/ajax.inc Converts the return value of a page callback into an Ajax commands array.
ajax_pre_render_element function includes/ajax.inc Adds Ajax information about an element to communicate with JavaScript.
ajax_process_form function includes/ajax.inc Form element processing handler for the #ajax form property.
ajax_render function includes/ajax.inc Renders a commands array into JSON.
ajax_set_verification_header function includes/ajax.inc Sets a response header for ajax.js to trust the response body.
ajax_test.info file modules/simpletest/tests/ajax_test.info name = AJAX Test
description = Support module for AJAX framework tests.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
ajax_test.module file modules/simpletest/tests/ajax_test.module Helper module for Ajax framework tests.
ajax_test_error function modules/simpletest/tests/ajax_test.module Menu callback; Returns Ajax element with #error property set.
ajax_test_link function modules/simpletest/tests/ajax_test.module Menu callback; Renders a #type link with #ajax.
ajax_test_menu function modules/simpletest/tests/ajax_test.module Implements hook_menu().
ajax_test_render function modules/simpletest/tests/ajax_test.module Menu callback; Return an element suitable for use by ajax_deliver().
ajax_test_system_theme_info function modules/simpletest/tests/ajax_test.module Implements hook_system_theme_info().
anonymous_user_unblock_test.info file modules/user/tests/anonymous_user_unblock_test.info name = Anonymous user unblock action tests
description = Support module for anonymous user unblock action testing.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
anonymous_user_unblock_test.module file modules/user/tests/anonymous_user_unblock_test.module Dummy module implementing hook_user_load().
anonymous_user_unblock_test_user_load function modules/user/tests/anonymous_user_unblock_test.module Implements hook_user_load().
archiver.inc file includes/archiver.inc Shared classes and interfaces for the archiver system.
ArchiverInterface interface includes/archiver.inc Defines the common interface for all Archiver classes.
ArchiverInterface::add function includes/archiver.inc Adds the specified file or directory to the archive.
ArchiverInterface::extract function includes/archiver.inc Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents function includes/archiver.inc Lists all files in the archive.
ArchiverInterface::remove function includes/archiver.inc Removes the specified file from the archive.
ArchiverInterface::__construct function includes/archiver.inc Constructs a new archiver instance.
ArchiverTar class modules/system/system.archiver.inc Archiver for .tar files.
ArchiverTar::$tar property modules/system/system.archiver.inc The underlying Archive_Tar instance that does the heavy lifting.
ArchiverTar::add function modules/system/system.archiver.inc
ArchiverTar::extract function modules/system/system.archiver.inc
ArchiverTar::getArchive function modules/system/system.archiver.inc Retrieve the tar engine itself.
ArchiverTar::listContents function modules/system/system.archiver.inc
ArchiverTar::remove function modules/system/system.archiver.inc
ArchiverTar::__construct function modules/system/system.archiver.inc
ArchiverZip class modules/system/system.archiver.inc Archiver for .zip files.
ArchiverZip::$zip property modules/system/system.archiver.inc The underlying ZipArchive instance that does the heavy lifting.
ArchiverZip::add function modules/system/system.archiver.inc
ArchiverZip::extract function modules/system/system.archiver.inc
ArchiverZip::getArchive function modules/system/system.archiver.inc Retrieve the zip engine itself.
ArchiverZip::listContents function modules/system/system.archiver.inc
ArchiverZip::remove function modules/system/system.archiver.inc
ArchiverZip::__construct function modules/system/system.archiver.inc
archiver_get_archiver function includes/common.inc Creates the appropriate archiver for the specified file.
archiver_get_extensions function includes/common.inc Returns a string of supported archive extensions.
archiver_get_info function includes/common.inc Retrieves a list of all available archivers.
Archive_Tar class modules/system/system.tar.inc Creates a (compressed) Tar archive
Archive_Tar::$buffer_length property modules/system/system.tar.inc

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.