Log in
Interface

CategoryAttributeSearchResultsInterface

Magento\Catalog\Api\Data\CategoryAttributeSearchResultsInterface

What it does

This interface defines the contract for search results containing category attribute data in Magento 2.

Developers use this when retrieving multiple category attributes through API calls or repository searches, as it provides methods to get and set collections of CategoryAttributeInterface objects.

It extends the base SearchResultsInterface to include pagination and filtering capabilities for category attribute queries.

Public Methods

  • getItems()
  • setItems()