mini\Util\PathsRegistry::findAll()
Method
public
Signature
public function findAll(string $filename): array
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$filename |
string |
required | Documentation missing |
Returns
array
Documentation
Find all occurrences of a file across all paths
Searches in priority order: primary path first, then fallback paths from most recently added to earliest. Returns an array of all full paths where the file exists, in priority order.
Results are cached in-memory (per-request) and in APCu (across requests).