ItemCollectionProviderInterface
Magento\CatalogSearch\Model\Search\ItemCollectionProviderInterface
What it does
This interface defines a contract for retrieving search result collections in Magento's catalog search functionality.
Developers implement this interface when creating custom search collection providers that need to return product or item collections based on search queries.
It's typically used in search-related customizations where you need to provide a standardized way to fetch search results.
Public Methods
- getCollection()