Skip to content

Kirby 4.1.2

$picker->itemsToArray()

Converts all given items to an associative array that is already optimized for the panel picker component.

$picker->itemsToArray(?Kirby\Cms\Collection $items = null): array

Parameters

Name Type Default
$items Kirby\Cms\Collection|null null

Return type

array

Parent class

Kirby\Cms\Picker