Skip to content

Kirby 5.0.4

$fieldOptions->resolve()

$fieldOptions->resolve(Kirby\Cms\ModelWithContent $model): Kirby\Option\Options

Parameters

Name Type Default
$modelrequired Kirby\Cms\ModelWithContent no default value

Return type

Kirby\Option\Options

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

Parent class

Kirby\Field\FieldOptions