You are here

interface WritableDestinationInterface in Backup and Migrate 5.0.x

Interface WritableDestinationInterface.

@package Drupal\backup_migrate\Core\Destination

Hierarchy

Expanded class hierarchy of WritableDestinationInterface

All classes that implement WritableDestinationInterface

File

src/Core/Destination/WritableDestinationInterface.php, line 12

Namespace

Drupal\backup_migrate\Core\Destination
View source
interface WritableDestinationInterface extends DestinationInterface {

  /**
   * Save a file to the destination.
   *
   * @param \Drupal\backup_migrate\Core\File\BackupFileReadableInterface $file
   *   The file to save.
   */
  public function saveFile(BackupFileReadableInterface $file);

}

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
WritableDestinationInterface::saveFile public function Save a file to the destination. 2