Model
Pagination
Magento\AdobeStockClient\Model\SearchParametersProvider\Pagination
What it does
This class handles pagination for Adobe Stock image search results by converting Magento's search criteria (page size and current page) into Adobe Stock API pagination parameters (limit and offset).
Developers would use this when implementing Adobe Stock image search functionality to ensure search results are properly paginated according to the requested page number and items per page.
Public Methods
- apply()