You are here

interface DestinationInterface in Backup and Migrate 8.4

Provides an interface defining a backup destination.

ie: a place where backup files are stored).

Hierarchy

Expanded class hierarchy of DestinationInterface

All classes that implement DestinationInterface

1 file declares its use of DestinationInterface
BackupController.php in src/Controller/BackupController.php

File

lib/backup_migrate_core/src/Destination/DestinationInterface.php, line 12

Namespace

BackupMigrate\Core\Destination
View source
interface DestinationInterface extends PluginInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginInterface::opWeight public function What is the weight of the given operation for this plugin. 1
PluginInterface::supportedOps public function Get a list of supported operations and their weight. 1
PluginInterface::supportsOp public function Does this plugin implement the given operation. 1