Classes, traits, and interfaces

Primary tabs

Name Typesort ascending Namespace Location Description Direct uses Use statements Strings
DatabaseConnectionNotDefinedException class drupal/includes/database/database.inc Exception thrown if an undefined database connection is requested.
DatabaseDriverNotSpecifiedException class drupal/includes/database/database.inc Exception thrown if no driver is specified for a database connection.
DatabaseTransaction class drupal/includes/database/database.inc A wrapper class for creating and managing database transactions.
DatabaseStatementBase class drupal/includes/database/database.inc Default implementation of DatabaseStatementInterface.
DatabaseStatementEmpty class drupal/includes/database/database.inc Empty implementation of a database statement.
SelectQueryExtender class drupal/includes/database/select.inc The base extender class for Select queries. 3
SelectQuery class drupal/includes/database/select.inc Query builder for SELECT statements. 2
DatabaseSchema abstract class drupal/includes/database/schema.inc Base class for database schema definitions. 3
DatabaseSchemaObjectExistsException class drupal/includes/database/schema.inc Exception thrown if an object being created already exists.
DatabaseSchemaObjectDoesNotExistException class drupal/includes/database/schema.inc Exception thrown if an object being modified doesn't exist yet.
DatabaseLog class drupal/includes/database/log.inc Database query logger.
DatabaseStatementPrefetch class drupal/includes/database/prefetch.inc An implementation of DatabaseStatementInterface that prefetches all data. 1
Query abstract class drupal/includes/database/query.inc Base class for query builders. 6
InsertQuery class drupal/includes/database/query.inc General class for an abstracted INSERT query. 3
DeleteQuery class drupal/includes/database/query.inc General class for an abstracted DELETE operation. 1
TruncateQuery class drupal/includes/database/query.inc General class for an abstracted TRUNCATE operation. 2
UpdateQuery class drupal/includes/database/query.inc General class for an abstracted UPDATE operation. 2
MergeQuery class drupal/includes/database/query.inc General class for an abstracted MERGE query operation.
DatabaseCondition class drupal/includes/database/query.inc Generic class for a series of conditions in a query.
FileTransferSSH class drupal/includes/filetransfer/ssh.inc The SSH connection class for the update module.
FileTransferFTP abstract class drupal/includes/filetransfer/ftp.inc Base class for FTP implementations. 1
FileTransferFTPExtension class drupal/includes/filetransfer/ftp.inc
FileTransferLocal class drupal/includes/filetransfer/local.inc The local connection class for copying files as the httpd user.
FileTransfer abstract class drupal/includes/filetransfer/filetransfer.inc 4
FileTransferException class drupal/includes/filetransfer/filetransfer.inc FileTransferException class.
SkipDotsRecursiveDirectoryIterator class drupal/includes/filetransfer/filetransfer.inc Provides an interface for iterating recursively over filesystem directories.
ContextualDynamicContextTestCase class drupal/modules/contextual/contextual.test Tests accessible links after inaccessible links on dynamic context.
ContactSitewideTestCase class drupal/modules/contact/contact.test Tests the site-wide contact form.
ContactPersonalTestCase class drupal/modules/contact/contact.test Tests the personal contact form.
SyslogTestCase class drupal/modules/syslog/syslog.test Tests the Syslog module functionality.
UpdateTestHelper class drupal/modules/update/update.test Defines some shared functions used by all update tests. 3
UpdateCoreTestCase class drupal/modules/update/update.test Tests behavior related to discovering and listing updates to Drupal core.
UpdateTestContribCase class drupal/modules/update/update.test Tests behavior related to handling updates to contributed modules and themes.
UpdateTestUploadCase class drupal/modules/update/update.test Tests project upload and extract functionality.
UpdateCoreUnitTestCase class drupal/modules/update/update.test Tests update functionality unrelated to the database.
ColorTestCase class drupal/modules/color/color.test Tests the Color module functionality.
DBLogTestCase class drupal/modules/dblog/dblog.test Tests logging messages to the database.
FieldException class drupal/modules/field/field.module Base class for all exceptions thrown by Field API functions. 2
FieldUpdateForbiddenException class drupal/modules/field/field.module Exception class thrown by hook_field_update_forbid().
FieldValidationException class drupal/modules/field/field.attach.inc Exception thrown by field_attach_validate() on field validation errors.
FieldInfo class drupal/modules/field/field.info.class.inc Provides field and instance definitions for the current runtime environment.
SearchMatchTestCase class drupal/modules/search/search.test Indexes content and queries it.
SearchPageText class drupal/modules/search/search.test Tests the bike shed text on no results page, and text on the search page.
SearchAdvancedSearchForm class drupal/modules/search/search.test Indexes content and tests the advanced search form.
SearchRankingTestCase class drupal/modules/search/search.test Indexes content and tests ranking factors.
SearchBlockTestCase class drupal/modules/search/search.test Tests the rendering of the search block.
SearchExactTestCase class drupal/modules/search/search.test Tests that searching for a phrase gets the correct page count.
SearchCommentTestCase class drupal/modules/search/search.test Test integration searching comments.
SearchExpressionInsertExtractTestCase class drupal/modules/search/search.test Tests search_expression_insert() and search_expression_extract().
SearchCommentCountToggleTestCase class drupal/modules/search/search.test Tests that comment count display toggles properly on comment status of node

Pages

Other projects