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