You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add: [DOC] Custom Subresources Data Provider examples (#1454)
* add: Custom Subresources Data Provider examples
I added exemple to help user to custom the subreshttps://github.com/api-platform/core/issues/2321#issuecomment-437357871
It would be nice to set a trace in the official doc.
* changes for the review
* add the listing top SubresourceDataProviderInterface
* Update core/data-providers.md
* Update core/data-providers.md
* Update core/data-providers.md
* Update core/data-providers.md
* Update core/data-providers.md
* Update core/data-providers.md
Co-authored-by: Vincent <[email protected]>
You can find a full working example in the [API Platform's demo application](https://github.com/api-platform/demo/blob/main/api/src/DataProvider/TopBookItemDataProvider.php).
128
130
131
+
## Custom Subresources Data Provider
132
+
133
+
You can add custom logic or update subresources data provider with the SubresourceDataProviderInterface .
0 commit comments