$structure->pluck()
Extracts all values for a single field into a new array
Parameters
Name | Type | Default |
---|---|---|
$field * | string |
– |
$split | string |
null |
$unique | bool |
false |
Return type
array
Parent class
Kirby\Cms\Structure
inherited from Kirby\Toolkit\Collection