Skip to content

Kirby 4.2.0

$options->pluck()

Extracts all values for a single field into a new array

$options->pluck(string $field, ?string $split = null, bool $unique = false): array

Parameters

Name Type Default
$field * string
$split string|null null
$unique bool false

Return type

array

Parent class

Kirby\Option\Options inherited from Kirby\Toolkit\Collection