CategoryAttributeSearchResultsInterface
Magento\Catalog\Api\Data\CategoryAttributeSearchResultsInterface
What it does
This interface defines the contract for search results when querying category attributes in Magento 2.
Developers use this when implementing or consuming APIs that return collections of category attributes, such as when fetching custom attributes for product categories through the repository pattern.
It extends SearchResultsInterface to provide pagination and filtering capabilities for category attribute collections.
Public Methods
- getItems()
- setItems()