Home
last modified time | relevance | path

Searched refs:fileResponse (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Factories/
H A DImageFactory.php82 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon… function in Fisharebest\\Webtrees\\Factories\\ImageFactory
142 return $this->fileResponse(filesystem: $filesystem, path: $path, download: $download);
/webtrees/app/Http/RequestHandlers/
H A DAdminMediaFileDownload.php62 return Registry::imageFactory()->fileResponse($filesystem, $path, false);
/webtrees/app/Contracts/
H A DImageFactoryInterface.php35 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon… function