You are here

public function TempFileAdapterInterface::deleteTempFile in Backup and Migrate 5.0.x

Delete a temporary file.

Parameters

string $filename: The path to the file.

1 method overrides TempFileAdapterInterface::deleteTempFile()
TempFileAdapter::deleteTempFile in src/Core/File/TempFileAdapter.php
Delete a temporary file.

File

src/Core/File/TempFileAdapterInterface.php, line 27

Class

TempFileAdapterInterface
A service to provision temp files in the correct place for the environment.

Namespace

Drupal\backup_migrate\Core\File

Code

public function deleteTempFile($filename);