Interface
CategoryAttributeOptionManagementInterface
Magento\Catalog\Api\CategoryAttributeOptionManagementInterface
What it does
This interface defines a contract for managing dropdown/select options of category attributes in Magento 2.
Developers use this to retrieve all available options for a specific category attribute (like custom select attributes).
It's commonly used when you need to programmatically fetch attribute options for categories through the API layer.
Public Methods
- getItems()