CategorySearchResultsInterface
Magento\Catalog\Api\Data\CategorySearchResultsInterface
What it does
This interface defines the contract for category search results returned by Magento's repository pattern.
Developers use this when retrieving multiple categories through the CategoryRepositoryInterface's getList() method, which returns a collection of categories along with search metadata like total count and pagination info.
It extends SearchResultsInterface to provide type-specific methods for getting and setting category items.
Public Methods
- getItems()
- setItems()