Name | Description |
---|---|
CollectionDataProviderInterface | Retrieves items from a persistence layer. |
ItemDataProviderInterface | Retrieves items from a persistence layer. |
PaginatorInterface | Paginator Interface. |
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. |