Implement a custom item data provider in API Platform
1 June 2022 (Updated 1 June 2022)
Create a class that implements the ItemDataProviderInterface like so:
The getItem
method should return a resource or null
if no result can be found.
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 item data provider.
Tagged:
API Platform
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment