You are here

public function TempFileManagerInterface::create in Backup and Migrate 8.4

Create a brand new temp file with the given extension (if specified). The new file should be writable.

Parameters

string $ext The file extension for this file (optional):

Return value

BackupFileWritableInterface

1 method overrides TempFileManagerInterface::create()
TempFileManager::create in lib/backup_migrate_core/src/File/TempFileManager.php
Create a brand new temp file with the given extension (if specified). The new file should be writable.

File

lib/backup_migrate_core/src/File/TempFileManagerInterface.php, line 28

Class

TempFileManagerInterface
Interface TempFileManagerInterface.

Namespace

BackupMigrate\Core\File

Code

public function create($ext = '');