Skip to content

Kirby 5.0.4

ImageFilePreview::factory()

Returns a file preview instance by going through all available handler classes and finding the first that accepts the file

ImageFilePreview::factory() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.

ImageFilePreview::factory(Kirby\Cms\File $file): Kirby\Panel\Ui\FilePreviews\ImageFilePreview

Parameters

Name Type Default
$filerequired Kirby\Cms\File no default value

Return type

Kirby\Panel\Ui\FilePreviews\ImageFilePreview

Parent class

Kirby\Panel\Ui\FilePreviews\ImageFilePreview inherited from Kirby\Panel\Ui\FilePreview