public function FileProcessorInterface::setTempFileManager in Backup and Migrate 5.0.x
Inject the temp file manager.
Parameters
\Drupal\backup_migrate\Core\File\TempFileManagerInterface $tempfilemanager:
Return value
mixed
File
- src/
Core/ Plugin/ FileProcessorInterface.php, line 21
Class
- FileProcessorInterface
- For plugins which process files and must have access to a temp file factory.
Namespace
Drupal\backup_migrate\Core\PluginCode
public function setTempFileManager(TempFileManagerInterface $tempfilemanager);