PHP ApiPlatform\Core\DataProvider Namespace

Interfaces

Name Description
CollectionDataProviderInterface Retrieves items from a persistence layer.
ItemDataProviderInterface Retrieves items from a persistence layer.
PaginatorInterface Paginator Interface.

Classes

Name Description
ChainCollectionDataProvider Tries each configured data provider and returns the result of the first able to handle the resource class.
ChainItemDataProvider Tries each configured data provider and returns the result of the first able to handle the resource class.