Classes and interfaces

Classes

NameLocationDescription
AccessDeniedTestCasedrupal/modules/system/system.testTests custom access denied functionality.
AclWebTestCasecontributions/acl/tests/acl.test
ActionExampleTestCasecontributions/examples/action_example/action_example.testDefault test case for the action_example module.
ActionLoopTestCasedrupal/modules/simpletest/tests/actions.testTest actions executing in a potential loop, and make sure they abort properly.
ActionsConfigurationTestCasedrupal/modules/simpletest/tests/actions.test
AddanotherTestCasecontributions/addanother/addanother.test
AddFeedTestCasedrupal/modules/aggregator/aggregator.test
AdminMenuCustomizedTestCasecontributions/admin_menu/tests/admin_menu.testTests customized menu links.
AdminMenuDynamicLinksTestCasecontributions/admin_menu/tests/admin_menu.testTests appearance, localization, and escaping of dynamic links.
AdminMenuLinkTypesTestCasecontributions/admin_menu/tests/admin_menu.testTests appearance of different types of links.
AdminMenuPermissionsTestCasecontributions/admin_menu/tests/admin_menu.testTests menu links depending on user permissions.
AdminMenuWebTestCasecontributions/admin_menu/tests/admin_menu.testBase class for all administration menu web test cases.
AdminMetaTagTestCasedrupal/modules/system/system.test
AdvancedExampleMigrationcontributions/migrate/migrate_example/wine.incAbstract intermediate class holding common settings.
AggregatorCronTestCasedrupal/modules/aggregator/aggregator.test
AggregatorRenderingTestCasedrupal/modules/aggregator/aggregator.test
AggregatorTestCasedrupal/modules/aggregator/aggregator.test
AJAXCommandsTestCasedrupal/modules/simpletest/tests/ajax.testTests Ajax framework commands.
AJAXElementValidationdrupal/modules/simpletest/tests/ajax.testMiscellaneous Ajax tests using ajax_test module.
AjaxExampleTestCasecontributions/examples/ajax_example/ajax_example.test@file Test ajax example module.
AJAXFormValuesTestCasedrupal/modules/simpletest/tests/ajax.testTest that $form_state['values'] is properly delivered to $ajax['callback'].
AJAXFrameworkTestCasedrupal/modules/simpletest/tests/ajax.testTests primary Ajax framework functions.
AJAXMultiFormTestCasedrupal/modules/simpletest/tests/ajax.testTests that Ajax-enabled forms work when multiple instances of the same form are on a page.
AJAXTestCasedrupal/modules/simpletest/tests/ajax.test
ApacheSolrDocumentcontributions/apachesolr/Apache_Solr_Document.phpHolds Key / Value pairs that represent a Solr Document along with any associated boost values. Field values can be accessed by direct dereferencing such as: <code> ... $document->title = 'Something'; echo…
ApacheSolrFacetapiAdaptercontributions/apachesolr/plugins/facetapi/adapter.incFacet API adapter for the Apache Solr Search Integration module.
ApacheSolrFacetapiDatecontributions/apachesolr/plugins/facetapi/query_type_date.incPlugin for "date" query types.
ApacheSolrFacetapiNumericRangecontributions/apachesolr/plugins/facetapi/query_type_numeric_range.incPlugin for "numeric_range" query types.
ApacheSolrFacetapiTermcontributions/apachesolr/plugins/facetapi/query_type_term.incPlugin for "term" query types.
archiveDumpCasecontributions/drush/tests/archiveDumpTest.php
ArchiverTardrupal/modules/system/system.archiver.incArchiver for .tar files.
ArchiverZipdrupal/modules/system/system.archiver.incArchiver for .zip files.
Archive_Tardrupal/modules/system/system.tar.incCreates a (compressed) Tar archive *
backendCasecontributions/drush/tests/backendTest.php
backup_filecontributions/backup_migrate/includes/files.incA backup file which allows for saving to and reading from the server.
backup_migrate_destinationcontributions/backup_migrate/includes/destinations.incA base class for creating destinations.
backup_migrate_destination_browsercontributions/backup_migrate/includes/destinations.browser.incA destination type for browser upload/download.
backup_migrate_destination_browser_downloadcontributions/backup_migrate/includes/destinations.browser.incA destination type for browser download.
backup_migrate_destination_browser_uploadcontributions/backup_migrate/includes/destinations.browser.incA destination type for browser upload.
backup_migrate_destination_dbcontributions/backup_migrate/includes/destinations.db.incA destination type for saving to a database server.
backup_migrate_destination_db_mysqlcontributions/backup_migrate/includes/destinations.db.mysql.inc
backup_migrate_destination_emailcontributions/backup_migrate/includes/destinations.email.incA destination for emailing database backups.
backup_migrate_destination_filescontributions/backup_migrate/includes/destinations.file.inc
backup_migrate_destination_files_manualcontributions/backup_migrate/includes/destinations.file.incThe manual files directory.
backup_migrate_destination_files_scheduledcontributions/backup_migrate/includes/destinations.file.incThe scheduled files directory.
backup_migrate_destination_ftpcontributions/backup_migrate/includes/destinations.ftp.incA destination for sending database backups to an FTP server.
backup_migrate_destination_remotecontributions/backup_migrate/includes/destinations.incA base class for creating destinations.
backup_migrate_destination_s3contributions/backup_migrate/includes/destinations.s3.incA destination for sending database backups to an s3 server.
backup_migrate_filtercontributions/backup_migrate/includes/filters.incA base class for basing filters on.

Interfaces

NameLocationDescription
ArchiverInterfacedrupal/includes/archiver.incCommon interface for all Archiver classes.