Skip to content

Kirby 3.8.4

$optionsquery->resolve()

Creates the actual options by running the query on the model and resolving it to the correct text-value entries

$optionsquery->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\OptionsQuery