Interface
ProductAttributeTypeInterface
Magento\Catalog\Api\Data\ProductAttributeTypeInterface
What it does
This interface defines the contract for product attribute type data objects in Magento 2.
Developers use this when working with product attribute type information, such as retrieving or setting the value (e.g., 'text', 'select') and human-readable label of an attribute type.
It's commonly used in product attribute management operations and API responses.
Public Methods
- getValue()
- setValue()
- getLabel()
- setLabel()
- getExtensionAttributes()
- setExtensionAttributes()