Search::files()
Search::files() has been marked as unstable. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
Search::files(string|null $query = null, int|null $limit = null, int $page = 1): array
Parameters
| Name | Type | Default |
|---|---|---|
| $query | stringornull |
null
|
| $limit | intornull |
null
|
| $page | int |
1
|
Return type
array