Skip to content

FinderFactoryInterface

github-actions edited this page Apr 19, 2026 · 1 revision

Creates fresh Symfony Finder instances for each filesystem scan.


  • Full name: \FastForward\DevTools\Filesystem\FinderFactoryInterface

Methods

create

Creates a new mutable Finder instance.

public create(): \Symfony\Component\Finder\Finder

Return Value:

a Finder instance that callers MAY configure for one scan


Clone this wiki locally