Interface
AttributeOptionUpdateInterface
Magento\Eav\Api\AttributeOptionUpdateInterface
What it does
This interface defines a contract for updating existing attribute options in Magento's EAV (Entity-Attribute-Value) system.
Developers use this when they need to modify dropdown or multi-select attribute option values for entities like products, customers, or categories through a standardized API method that ensures consistency across different implementations.
Public Methods
- update()