Data Source Provider
Learn how to identify a data source to parse.
API 2.0 was enhanced in many ways. Reflect offers a data source provider mechanism.
You may either use Symfony Finder, or any other that implement the
Bartlett\Reflect\Provider\ProviderInterface
interface.Discover in details how to use Symfony Finder provider in a quick start tutorial.
Published by Laurent Laville on 2013-12-05This is one of the major changes in API 2.0 : take time to learn and understand.