Log in
Interface

AttributeOptionManagementInterface

Magento\Eav\Api\AttributeOptionManagementInterface

What it does

This interface defines the contract for managing attribute options in Magento's EAV (Entity-Attribute-Value) system.

Developers use this to programmatically add, delete, or retrieve options for attributes like dropdown or multiselect fields.

It's commonly used when creating or managing product attributes, customer attributes, or other EAV entities that need selectable options.

Public Methods

  • add()
  • delete()
  • getItems()