public function BackupFileReadableInterface::close in Backup and Migrate 5.0.x
Close a file when we're done reading/writing.
2 methods override BackupFileReadableInterface::close()
- BackupFileWritableInterface::close in src/
Core/ File/ BackupFileWritableInterface.php - Close a file when we're done reading/writing.
- ReadableStreamBackupFile::close in src/
Core/ File/ ReadableStreamBackupFile.php - Close a file when we're done reading/writing.
File
- src/
Core/ File/ BackupFileReadableInterface.php, line 57
Class
- BackupFileReadableInterface
- A service to provision temp files in the correct place for the environment.
Namespace
Drupal\backup_migrate\Core\FileCode
public function close();