|
DatabaseTaskException |
class |
|
core/includes/install.inc |
Exception thrown if the database installer fails. |
|
MailSystemInterface |
interface |
|
core/includes/mail.inc |
An interface for pluggable mail back-ends. |
|
BackdropUpdateException |
class |
|
core/includes/update.inc |
@class Exception class used to throw error if a module update fails. |
|
StreamWrapperInterface |
interface |
|
core/includes/stream_wrappers.inc |
Generic PHP stream wrapper interface. |
|
BackdropStreamWrapperInterface |
interface |
|
core/includes/stream_wrappers.inc |
Backdrop stream wrapper extension. |
|
BackdropLocalStreamWrapper |
abstract class |
|
core/includes/stream_wrappers.inc |
Backdrop stream wrapper base class for local files. |
|
BackdropPublicStreamWrapper |
class |
|
core/includes/stream_wrappers.inc |
Backdrop public (public://) stream wrapper class. |
|
BackdropPrivateStreamWrapper |
class |
|
core/includes/stream_wrappers.inc |
Backdrop private (private://) stream wrapper class. |
|
BackdropTemporaryStreamWrapper |
class |
|
core/includes/stream_wrappers.inc |
Backdrop temporary (temporary://) stream wrapper class. |
|
UuidInterface |
interface |
|
core/includes/uuid.inc |
Interface that defines a UUID backend. |
|
Uuid |
class |
|
core/includes/uuid.inc |
Factory class for UUIDs. |
|
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. |
|
BackdropUpdaterInterface |
interface |
|
core/includes/updater.inc |
Interface for a class which can update a Backdrop project. |
|
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. |
|
BackdropQueueInterface |
interface |
|
core/modules/system/system.queue.inc |
|
|
BackdropReliableQueueInterface |
interface |
|
core/modules/system/system.queue.inc |
Reliable queue interface. |
|
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. |
|
EntityInterface |
interface |
|
core/modules/entity/entity.class.inc |
Defines a common interface for all entity objects. |
|
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. |