Classes, traits, and interfaces

Primary tabs

Name Type Namespace Locationsort descending Description Direct uses Use statements Strings
SelectQuery class drupal/includes/database/select.inc Query builder for SELECT statements. 2
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
SelectQueryExtender class drupal/includes/database/select.inc The base extender class for Select queries. 3
DatabaseConnection_sqlite class drupal/includes/database/sqlite/database.inc Specific SQLite implementation of DatabaseConnection.
DatabaseStatement_sqlite class drupal/includes/database/sqlite/database.inc Specific SQLite implementation of DatabaseConnection.
DatabaseTasks_sqlite class drupal/includes/database/sqlite/install.inc @file SQLite specific install functions
InsertQuery_sqlite class drupal/includes/database/sqlite/query.inc SQLite specific implementation of InsertQuery.
UpdateQuery_sqlite class drupal/includes/database/sqlite/query.inc SQLite specific implementation of UpdateQuery.
DeleteQuery_sqlite class drupal/includes/database/sqlite/query.inc SQLite specific implementation of DeleteQuery.
TruncateQuery_sqlite class drupal/includes/database/sqlite/query.inc SQLite specific implementation of TruncateQuery.
DatabaseSchema_sqlite class drupal/includes/database/sqlite/schema.inc
SelectQuery_sqlite class drupal/includes/database/sqlite/select.inc SQLite specific query builder for SELECT statements.
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.
DrupalEntityControllerInterface interface drupal/includes/entity.inc Interface for entity controller classes. 1
FileTransfer abstract class drupal/includes/filetransfer/filetransfer.inc 4
FileTransferException class drupal/includes/filetransfer/filetransfer.inc FileTransferException class.
FileTransferChmodInterface interface drupal/includes/filetransfer/filetransfer.inc A FileTransfer Class implementing this interface can be used to chmod files. 3
SkipDotsRecursiveDirectoryIterator class drupal/includes/filetransfer/filetransfer.inc Provides an interface for iterating recursively over filesystem directories.
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.
FileTransferSSH class drupal/includes/filetransfer/ssh.inc The SSH connection class for the update module.
DatabaseTasks abstract class drupal/includes/install.inc Database installer structure. 3
DatabaseTaskException class drupal/includes/install.inc Exception thrown if the database installer fails.
MailSystemInterface interface drupal/includes/mail.inc An interface for pluggable mail back-ends. 3
PagerDefault class drupal/includes/pager.inc Query extender for pager queries.
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
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.
TableSort class drupal/includes/tablesort.inc Query extender class for tablesort queries.
ThemeRegistry class drupal/includes/theme.inc Builds the run-time theme registry.
DrupalUpdateException class drupal/includes/update.inc @class Exception class used to throw error if a module update fails.
DrupalUpdaterInterface interface drupal/includes/updater.inc Interface for a class which can update a Drupal project. 2
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.
AggregatorTestCase class drupal/modules/aggregator/aggregator.test Defines a base class for testing the Aggregator module. 12
AggregatorConfigurationTestCase class drupal/modules/aggregator/aggregator.test Tests functionality of the configuration settings in the Aggregator module.
AddFeedTestCase class drupal/modules/aggregator/aggregator.test Tests adding aggregator feeds.
CategorizeFeedTestCase class drupal/modules/aggregator/aggregator.test Tests the categorize feed functionality in the Aggregator module.
UpdateFeedTestCase class drupal/modules/aggregator/aggregator.test Tests functionality of updating the feed in the Aggregator module.
RemoveFeedTestCase class drupal/modules/aggregator/aggregator.test Tests functionality for removing feeds in the Aggregator module.
UpdateFeedItemTestCase class drupal/modules/aggregator/aggregator.test Tests functionality of updating a feed item in the Aggregator module.

Pages

Other projects