$languages->pluck()
Extracts all values for a single field into a new array
$languages->pluck(string $field, string $split = null, bool $unique = false): array
Parameters
Name | Type | Default | Description |
---|---|---|---|
$field |
string |
– | |
$split |
string |
null |
|
$unique |
bool |
false |
Return type
array
Inherited from
Kirby\Toolkit\Collection