Implement a custom collection data provider in API Platform
1 June 2022 (Updated 1 June 2022)
Create a class that implements the CollectionDataProviderInterface
like so:
The getCollection
method must return an array or a Traversable
.
The additional RestrictedDataProviderInterface
lets you restrict the data provider based on a condition. In this case, we restrict it to the BlogPost
resource.
By default, this data provider will be automatically registered with Symfony’s service container.
Here‘s another example of a custom collection data provider.
Tagged:
API Platform
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment