Lines Matching refs:filesystem
82 …public function fileResponse(FilesystemOperator $filesystem, string $path, bool $download): Respon… argument
86 $mime_type = $filesystem->mimeType(path: $path);
93 …return $this->imageResponse(data: $filesystem->read(location: $path), mime_type: $mime_type, filen…
104 FilesystemOperator $filesystem, argument
111 $mime_type = $filesystem->mimeType(path: $path);
112 $image = $this->imageManager()->read(input: $filesystem->readStream($path));
138 $filesystem = $media_file->media()->tree()->mediaFilesystem();
142 return $this->fileResponse(filesystem: $filesystem, path: $path, download: $download);
147 $image = $this->imageManager()->read(input: $filesystem->readStream($path));
178 $filesystem = $media_file->media()->tree()->mediaFilesystem();
184 $mime_type = $filesystem->mimeType(path: $path);
189 $filesystem->lastModified(path: $path),
196 …$closure = function () use ($filesystem, $path, $width, $height, $fit, $add_watermark, $media_file…
197 $image = $this->imageManager()->read(input: $filesystem->readStream($path));