Model
Resolver
Magento\Catalog\Model\Product\Link\Resolver
What it does
This class manages product link data (related, upsell, cross-sell products) during product save operations.
It retrieves link information from the request parameters and provides a way to override this data programmatically.
Developers use this when they need to access or modify product relationships before they are persisted to the database.
Public Methods
- getLinks()
- override()