Searched refs:fileResponse (Results 1 – 3 of 3) sorted by relevance
82 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon… function in Fisharebest\\Webtrees\\Factories\\ImageFactory142 return $this->fileResponse(filesystem: $filesystem, path: $path, download: $download);
62 return Registry::imageFactory()->fileResponse($filesystem, $path, false);
35 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon… function