Namespace Symfony\Component\Finder\Adapter
| AbstractAdapter | Interface for finder engine implementations. |
| AbstractFindAdapter | Shell engine implementation using GNU find command. |
| BsdFindAdapter | Shell engine implementation using BSD find command. |
| GnuFindAdapter | Shell engine implementation using GNU find command. |
| PhpAdapter | PHP finder engine implementation. |
| AdapterInterface |