BackdropCacheInterface |
interface |
|
core/includes/cache.inc |
Defines an interface for cache implementations. |
BackdropNullCache |
class |
|
core/includes/cache.inc |
Defines a stub cache implementation. |
BackdropDatabaseCache |
class |
|
core/includes/cache.inc |
Defines a default cache implementation. |
BackdropFakeCache |
class |
|
core/includes/cache-install.inc |
Defines a stub cache implementation to be used during installation. |
BackdropCacheArray |
abstract class |
|
core/includes/bootstrap.inc |
Provides a caching wrapper to be used in place of large array structures. |
SchemaCache |
class |
|
core/includes/bootstrap.inc |
Extends BackdropCacheArray to allow for dynamic building of the schema cache. |
BatchQueue |
class |
|
core/includes/batch.queue.inc |
Defines a batch queue. |
BatchMemoryQueue |
class |
|
core/includes/batch.queue.inc |
Defines a batch queue for non-progressive batches. |
BackupMySql |
class |
|
core/includes/backup/backup.mysql.inc |
Creates and restores backups from a MySQL database source. |
BackupFile |
class |
|
core/includes/backup/backup.file.inc |
Provides a utility object for reading and writing local backup files. |
BackupDatabase |
abstract class |
|
core/includes/backup/backup.database.inc |
A destination type for saving to a database server. |
BackupConfig |
class |
|
core/includes/backup/backup.config.inc |
Base class for creating backups. |
Backup |
abstract class |
|
core/includes/backup/backup.class.inc |
Base class for creating backups. |
ArchiverInterface |
interface |
|
core/includes/archiver.inc |
Defines the common interface for all Archiver classes. |
AnonymousUser |
class |
|
core/includes/anonymous.inc |
Provides a class for managing anonymous users. |