public function FileProcessorInterface::setTempFileManager in Backup and Migrate 8.4
Inject the temp file manager.
Parameters
\BackupMigrate\Core\File\TempFileManagerInterface $tempfilemanager:
Return value
mixed
File
- lib/
backup_migrate_core/ src/ Plugin/ FileProcessorInterface.php, line 24
Class
- FileProcessorInterface
- Interface FileProcessorPluginInterface.
Namespace
BackupMigrate\Core\PluginCode
public function setTempFileManager(TempFileManagerInterface $tempfilemanager);