You are here

public function DrupalSiteArchiveSource::importFromFile in Backup and Migrate 8.4

Import to this source from the given backup file. This is the main restore function for this source.

Parameters

BackupFileReadableInterface $file: The file to read the backup from. It will not be opened for reading

Return value

bool|void

Overrides FileDirectorySource::importFromFile

File

src/Source/DrupalSiteArchiveSource.php, line 81

Class

DrupalSiteArchiveSource
Class DrupalSiteArchiveSource.

Namespace

BackupMigrate\Drupal\Source

Code

public function importFromFile(BackupFileReadableInterface $file) {

  // TODO: Implement importFromFile() method.
}