Classes, traits, and interfaces

Primary tabs

Name Type Namespace Location Description Direct usessort descending Use statements Strings
UpdaterFileTransferException class drupal/includes/updater.inc Child class of UpdaterException that indicates a FileTransfer exception.
EntityFieldQueryException class drupal/includes/entity.inc Exception thrown by EntityFieldQuery() on unsupported query syntax.
EntityFieldQuery class drupal/includes/entity.inc Retrieves entities matching a given set of conditions.
EntityMalformedException class drupal/includes/entity.inc Defines an exception thrown when a malformed entity is passed.
BatchQueue class drupal/includes/batch.queue.inc Defines a batch queue.
BatchMemoryQueue class drupal/includes/batch.queue.inc Defines a batch queue for non-progressive batches.
DatabaseTaskException class drupal/includes/install.inc Exception thrown if the database installer fails.
DrupalUpdateException class drupal/includes/update.inc @class Exception class used to throw error if a module update fails.
TableSort class drupal/includes/tablesort.inc Query extender class for tablesort queries.
DrupalFakeCache class drupal/includes/cache-install.inc Defines a stub cache implementation to be used during installation.
PagerDefault class drupal/includes/pager.inc Query extender for pager queries.
ThemeRegistry class drupal/includes/theme.inc Builds the run-time theme registry.
SchemaCache class drupal/includes/bootstrap.inc Extends DrupalCacheArray to allow for dynamic building of the schema cache.
DrupalPrivateStreamWrapper class drupal/includes/stream_wrappers.inc Drupal private (private://) stream wrapper class.
DrupalTemporaryStreamWrapper class drupal/includes/stream_wrappers.inc Drupal temporary (temporary://) stream wrapper class.
Database abstract class drupal/includes/database/database.inc Primary front-controller for the database system.
DatabaseTransactionNoActiveException class drupal/includes/database/database.inc Exception for when popTransaction() is called with no active transaction.
DatabaseTransactionNameNonUniqueException class drupal/includes/database/database.inc Exception thrown when a savepoint or transaction name occurs twice.
DatabaseTransactionCommitFailedException class drupal/includes/database/database.inc Exception thrown when a commit() function fails.
DatabaseTransactionExplicitCommitNotAllowedException class drupal/includes/database/database.inc Exception to deny attempts to explicitly manage transactions.
DatabaseTransactionOutOfOrderException class drupal/includes/database/database.inc Exception thrown when a rollback() resulted in other active transactions being rolled-back.
InvalidMergeQueryException class drupal/includes/database/database.inc Exception thrown for merge queries that do not make semantic sense.
FieldsOverlapException class drupal/includes/database/database.inc Exception thrown if an insert query specifies a field twice.
NoFieldsException class drupal/includes/database/database.inc Exception thrown if an insert query doesn't specify insert or default fields.
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.
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.
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.
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.
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.
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.
FieldUpdateForbiddenException class drupal/modules/field/field.module Exception class thrown by hook_field_update_forbid().

Pages

Other projects