$users->filter()
Filters elements by one of the predefined filter methods, by a custom filter function or an array of filters
$users->filter(string|array|\Closure $field, mixed $args = null): Kirby\Toolkit\Collection
Parameters
Name | Type | Default | Description |
---|---|---|---|
$field |
string |array |Closure |
– | |
$args |
mixed |
null |
Return type
Inherited from
Kirby\Toolkit\Collection