Model
SaveHandler
Magento\ConfigurableProduct\Model\Product\SaveHandler
What it does
This class handles saving configurable product data, specifically managing the product's configurable attributes/options and linked child products.
Developers use this class automatically when saving configurable products through the product repository, as it's triggered by Magento's entity manager to persist extension attributes like configurable options and product associations.
Public Methods
- execute()