Model
EnteredOption
Magento\Wishlist\Model\Wishlist\Data\EnteredOption
What it does
This is a Data Transfer Object (DTO) that represents a single custom option entered by a customer when adding a product to their wishlist.
Developers use this class to encapsulate and pass around the unique identifier and value of customizable product options (like text fields, text areas, or date inputs) within the wishlist system.
Public Methods
- getUid()
- getValue()