Contains filters are case sensitive
Name Type Namespacesort ascending Location Description
UserInterface interface includes/userinterface.inc Defines a common interface for user entities.
BatchQueue class includes/batch.queue.inc Defines a batch queue.
BatchMemoryQueue class includes/batch.queue.inc Defines a batch queue for non-progressive batches.
BackdropHTTPSystemInterface interface includes/http_system.inc Defines the BackdropHTTPSystemInterface class interface.
BackdropFakeCache class includes/cache-install.inc Defines a stub cache implementation to be used during installation.
BackdropUpdaterInterface interface includes/updater.inc Interface for a class which can update a Backdrop project.
Updater abstract class includes/updater.inc Base class for Updaters used in Backdrop.
UpdaterException class includes/updater.inc Exception class for the Updater class hierarchy.
UpdaterFileTransferException class includes/updater.inc Child class of UpdaterException that indicates a FileTransfer exception.
Color class includes/color.inc Performs color conversions.
MailSystemInterface interface includes/mail.inc An interface for pluggable mail back-ends.
ArchiverInterface interface includes/archiver.inc Defines the common interface for all Archiver classes.
StreamWrapperInterface interface includes/stream_wrappers.inc Generic PHP stream wrapper interface.
BackdropStreamWrapperInterface interface includes/stream_wrappers.inc Backdrop stream wrapper extension.
BackdropLocalStreamWrapper abstract class includes/stream_wrappers.inc Backdrop stream wrapper base class for local files.
BackdropPublicStreamWrapper class includes/stream_wrappers.inc Backdrop public (public://) stream wrapper class.
BackdropPrivateStreamWrapper class includes/stream_wrappers.inc Backdrop private (private://) stream wrapper class.
BackdropTemporaryStreamWrapper class includes/stream_wrappers.inc Backdrop temporary (temporary://) stream wrapper class.
AnonymousUser class includes/anonymous.inc Provides a class for managing anonymous users.
ConfigStorageInterface interface includes/config.inc Defines an interface for configuration storage controllers.
BackdropCacheArray abstract class includes/bootstrap.inc Provides a caching wrapper to be used in place of large array structures.
SchemaCache class includes/bootstrap.inc Extends BackdropCacheArray to allow for dynamic building of the schema cache.
BackdropUpdateException class includes/update.inc @class Exception class used to throw error if a module update fails.
EvalMathStack class includes/evalmath.inc
BackdropCacheInterface interface includes/cache.inc Defines an interface for cache implementations.
UuidInterface interface includes/uuid.inc Interface that defines a UUID backend.
Uuid class includes/uuid.inc Factory class for UUIDs.
UuidPecl class includes/uuid.inc UUID implementation using the PECL extension.
UuidCom class includes/uuid.inc UUID implementation using the Windows internal GUID extension.
UuidPhp class includes/uuid.inc Generates an UUID v4 using PHP code.
ThemeRegistry class includes/theme.inc Builds the run-time theme registry.
ConfigException class includes/config.inc A base exception thrown in any configuration system operations.
ConfigNameException class includes/config.inc Exception thrown when a config object name is invalid.
ConfigValidateException class includes/config.inc Exception thrown when a config object has a validation error before saving.
ConfigStorageException class includes/config.inc Exception thrown by classes implementing ConfigStorageInterface.
ConfigStorageReadException class includes/config.inc Exception thrown when attempting to read a config file fails.
Config class includes/config.inc Defines the default configuration object.
BackdropDateTime class includes/date.class.inc Extends PHP DateTime class for use with Backdrop.
DiffOp abstract class includes/diff.inc @private
DiffOpCopy class includes/diff.inc @private
DiffOpDelete class includes/diff.inc @private
DiffOpAdd class includes/diff.inc @private
DiffOpChange class includes/diff.inc @private
DiffEngine class includes/diff.inc Class used internally by Diff to actually compute the diffs.
Diff class includes/diff.inc Class representing a 'diff' between two sequences of strings. @private
MappedDiff class includes/diff.inc @private
HWLDFWordAccumulator class includes/diff.inc @private
WordLevelDiff class includes/diff.inc @private
DiffFormatter abstract class includes/diff.inc Base class for diff formatters
BackdropDiffFormatter class includes/diff.inc Backdrop diff formatter which returns diffs as an array.

Pages