UuidPecl |
class |
|
core/includes/uuid.inc |
UUID implementation using the PECL extension. |
UuidCom |
class |
|
core/includes/uuid.inc |
UUID implementation using the Windows internal GUID extension. |
UuidPhp |
class |
|
core/includes/uuid.inc |
Generates an UUID v4 using PHP code. |
Updater |
abstract class |
|
core/includes/updater.inc |
Base class for Updaters used in Backdrop. |
UpdaterException |
class |
|
core/includes/updater.inc |
Exception class for the Updater class hierarchy. |
UpdaterFileTransferException |
class |
|
core/includes/updater.inc |
Child class of UpdaterException that indicates a FileTransfer exception. |
PagerDefault |
class |
|
core/includes/pager.class.inc |
Query extender for pager queries. |
ThemeRegistry |
class |
|
core/includes/theme.inc |
Builds the run-time theme registry. |
TableSort |
class |
|
core/includes/tablesort.class.inc |
Query extender class for tablesort queries. |
FieldException |
class |
|
core/modules/field/field.exceptions.inc |
Base class for all exceptions thrown by Field API functions. |
FieldUpdateForbiddenException |
class |
|
core/modules/field/field.exceptions.inc |
Exception class thrown by hook_field_update_forbid(). |
FieldValidationException |
class |
|
core/modules/field/field.exceptions.inc |
Exception thrown by field_attach_validate() on field validation errors. |
SearchQuery |
class |
|
core/modules/search/search.extender.inc |
Do a query on the full-text search index for a word or words. |
Archive_Tar |
class |
|
core/modules/system/system.tar.inc |
|
BackdropQueue |
class |
|
core/modules/system/system.queue.inc |
Factory class for interacting with queues. |
SystemQueue |
class |
|
core/modules/system/system.queue.inc |
Default queue implementation. |
MemoryQueue |
class |
|
core/modules/system/system.queue.inc |
Static queue implementation. |
ModuleUpdater |
class |
|
core/modules/system/system.updater.inc |
Class for updating modules using FileTransfer classes via authorize.php. |
ThemeUpdater |
class |
|
core/modules/system/system.updater.inc |
Class for updating themes using FileTransfer classes via authorize.php. |
DefaultMailSystem |
class |
|
core/modules/system/system.mail.inc |
The default Backdrop mail backend using PHP's mail function. |
TestingMailSystem |
class |
|
core/modules/system/system.mail.inc |
A mail sending implementation that captures sent messages to a variable. |
ArchiverTar |
class |
|
core/modules/system/system.archiver.inc |
Archiver for .tar files. |
ArchiverZip |
class |
|
core/modules/system/system.archiver.inc |
Archiver for .zip files. |
Node |
class |
|
core/modules/node/node.entity.inc |
Defines the node entity class. |
NodeStorageController |
class |
|
core/modules/node/node.entity.inc |
Controller class for nodes. |
Comment |
class |
|
core/modules/comment/comment.entity.inc |
Defines the comment entity class. |
CommentStorageController |
class |
|
core/modules/comment/comment.entity.inc |
Defines the controller class for comments. |
TaxonomyTerm |
class |
|
core/modules/taxonomy/taxonomy.entity.inc |
Defines the taxonomy term entity. |
TaxonomyTermController |
class |
|
core/modules/taxonomy/taxonomy.entity.inc |
Controller class for taxonomy terms. |
TaxonomyVocabulary |
class |
|
core/modules/taxonomy/taxonomy_vocabulary.class.inc |
Taxonomy vocabularies allow the grouping of taxonomy terms. |
BackdropTestCase |
abstract class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Base class for Backdrop tests. |
BackdropUnitTestCase |
class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Test case for Backdrop unit tests. |
BackdropWebTestCase |
class |
|
core/modules/simpletest/backdrop_web_test_case.php |
Test case for typical Backdrop tests. |
Entity |
abstract class |
|
core/modules/entity/entity.class.inc |
Defines a base entity class. |
EntityMalformedException |
class |
|
core/modules/entity/entity.class.inc |
Defines an exception thrown when a malformed entity is passed. |
DefaultEntityController |
class |
|
core/modules/entity/entity.controller.inc |
Defines a base entity controller class. |
EntityStorageException |
class |
|
core/modules/entity/entity.controller.inc |
Defines an exception thrown when storage operations fail. |
EntityDatabaseStorageController |
class |
|
core/modules/entity/entity.controller.inc |
Implements the entity storage controller interface for the database. |
EntityFieldQueryException |
class |
|
core/modules/entity/entity.query.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
EntityFieldQuery |
class |
|
core/modules/entity/entity.query.inc |
Retrieves entities matching a given set of conditions. |
User |
class |
|
core/modules/user/user.entity.inc |
Defines the user entity class. |
UserStorageController |
class |
|
core/modules/user/user.entity.inc |
Controller class for users. |
FileTransferSSH |
class |
|
core/includes/filetransfer/ssh.inc |
The SSH connection class for the update module. |
FileTransferFTP |
abstract class |
|
core/includes/filetransfer/ftp.inc |
Base class for FTP implementations. |
FileTransferFTPExtension |
class |
|
core/includes/filetransfer/ftp.inc |
|
FileTransfer |
abstract class |
|
core/includes/filetransfer/filetransfer.inc |
@file
Base FileTransfer class. |
FileTransferException |
class |
|
core/includes/filetransfer/filetransfer.inc |
FileTransferException class. |
SkipDotsRecursiveDirectoryIterator Deprecated |
class |
|
core/includes/filetransfer/filetransfer.inc |
Provides an interface for iterating recursively over filesystem directories. |
FileTransferLocal |
class |
|
core/includes/filetransfer/local.inc |
The local connection class for copying files as the httpd user. |
Query |
abstract class |
|
core/includes/database/query.inc |
Base class for query builders. |