Model
OptionManagement
Magento\Catalog\Model\Category\Attribute\OptionManagement
What it does
This class manages attribute options for category attributes in Magento 2.
Developers use it to retrieve available options for dropdown and multi-select category attributes through the API.
It acts as a wrapper that delegates to the EAV option management system, specifically handling category entity types.
Public Methods
- getItems()