You are here

abstract protected function DestinationBase::deleteTheFile in Backup and Migrate 5.0.x

Do the actual delete for a file.

Parameters

string $id: The id of the file to delete.

1 call to DestinationBase::deleteTheFile()
DestinationBase::deleteFile in src/Core/Destination/DestinationBase.php
1 method overrides DestinationBase::deleteTheFile()
DirectoryDestination::deleteTheFile in src/Core/Destination/DirectoryDestination.php
Do the actual delete for a file.

File

src/Core/Destination/DestinationBase.php, line 75

Class

DestinationBase
@package Drupal\backup_migrate\Core\Destination

Namespace

Drupal\backup_migrate\Core\Destination

Code

protected abstract function deleteTheFile($id);