Classes, traits, and interfaces

Primary tabs

Name Typesort ascending Namespace Location Description Direct uses Use statements Strings
DrupalCacheInterface interface drupal/includes/cache.inc Defines an interface for cache implementations. 2
MailSystemInterface interface drupal/includes/mail.inc An interface for pluggable mail back-ends. 3
DrupalUpdaterInterface interface drupal/includes/updater.inc Interface for a class which can update a Drupal project. 2
DrupalEntityControllerInterface interface drupal/includes/entity.inc Interface for entity controller classes. 1
ArchiverInterface interface drupal/includes/archiver.inc Defines the common interface for all Archiver classes. 2
StreamWrapperInterface interface drupal/includes/stream_wrappers.inc Generic PHP stream wrapper interface. 1
DrupalStreamWrapperInterface interface drupal/includes/stream_wrappers.inc Drupal stream wrapper extension. 1
DatabaseStatementInterface interface drupal/includes/database/database.inc Represents a prepared statement. 4
QueryExtendableInterface interface drupal/includes/database/select.inc Interface for extendable query objects. 1
SelectQueryInterface interface drupal/includes/database/select.inc Interface definition for a Select Query object. 2
QueryConditionInterface interface drupal/includes/database/query.inc Interface for a conditional clause in a query. 5
QueryAlterableInterface interface drupal/includes/database/query.inc Interface for a query that can be manipulated via an alter hook. 1
QueryPlaceholderInterface interface drupal/includes/database/query.inc Interface for a query that accepts placeholders. 3
FileTransferChmodInterface interface drupal/includes/filetransfer/filetransfer.inc A FileTransfer Class implementing this interface can be used to chmod files. 3
DrupalQueueInterface interface drupal/modules/system/system.queue.inc 2
DrupalReliableQueueInterface interface drupal/modules/system/system.queue.inc Reliable queue interface. 1
DrupalAutoloadTestInterface interface drupal/modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test_interface.inc This interface is empty because we only care if Drupal can find it. 1
DrupalDatabaseCache class drupal/includes/cache.inc Defines a default cache implementation. 1
Updater class drupal/includes/updater.inc Base class for Updaters used in Drupal. 2
UpdaterException class drupal/includes/updater.inc Exception class for the Updater class hierarchy. 1
UpdaterFileTransferException class drupal/includes/updater.inc Child class of UpdaterException that indicates a FileTransfer exception.
DrupalDefaultEntityController class drupal/includes/entity.inc Default implementation of DrupalEntityControllerInterface. 6
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.
DatabaseTasks abstract class drupal/includes/install.inc Database installer structure. 3
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.
DrupalCacheArray abstract class drupal/includes/bootstrap.inc Provides a caching wrapper to be used in place of large array structures. 2
SchemaCache class drupal/includes/bootstrap.inc Extends DrupalCacheArray to allow for dynamic building of the schema cache.
DrupalLocalStreamWrapper abstract class drupal/includes/stream_wrappers.inc Drupal stream wrapper base class for local files. 4
DrupalPublicStreamWrapper class drupal/includes/stream_wrappers.inc Drupal public (public://) stream wrapper class. 1
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.
DatabaseConnection abstract class drupal/includes/database/database.inc Base Database API class. 3
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.

Pages

Other projects