Skip to content

Kirby 5.0.4

$kirby->resolveFile()

Filters a resolved file object using the configuration

$kirby->resolveFile(Kirby\Cms\File|null $file): Kirby\Cms\File|null

Parameters

Name Type Default
$file Kirby\Cms\Fileornull no default value

Return types

Kirby\Cms\Fileornull

This method modifies the existing $app object it is applied to and returns it again.

Parent class

Kirby\Cms\App