$layouts->pluck()
Extracts all values for a single field into a new array
$layouts->pluck(string $field, string|null $split = null, bool $unique = false): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $fieldrequired | string | no default value | 
| $split | stringornull | null | 
| $unique | bool | false | 
Return type
array
This method modifies the existing $layouts object it is applied to and returns it again.
Parent class
	Kirby\Cms\Layouts
		inherited from Kirby\Toolkit\Collection