Skip to content

Kirby 3.5.7.1

$nestcollection->pluck()

Extracts all values for a single field into a new array

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

Parameters

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

Return type

array

Parent class

Kirby\Cms\NestCollection inherited from Kirby\Toolkit\Collection