Skip to content

Kirby 5.0.2

$fieldUuid->model()

Tries to find the identifiable model in cache or index and returns the object

$fieldUuid->model(bool $lazy = false): Kirby\Uuid\Identifiable|null

Parameters

Name Type Default Description
$lazy bool false If true, only lookup from cache

Return types

Kirby\Uuid\Identifiableornull

Parent class

Kirby\Uuid\FieldUuid inherited from Kirby\Uuid\Uuid