Skip to content

Kirby 3.8.4

$optionsapi->resolve()

Creates the actual options by loading data from the API and resolving it to the correct text-value entries

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

Parameters

Name Type Default
$model * Kirby\Cms\ModelWithContent

Return type

Kirby\Option\Options

Parent class

Kirby\Option\OptionsApi