Model
ProductRelationsProcessorComposite
Magento\Bundle\Model\ProductRelationsProcessorComposite
What it does
This class coordinates multiple product relation processors for bundle products using the Composite design pattern.
It iterates through registered processors to handle bundle product relations when products are saved or updated, allowing different aspects of bundle product relationships to be processed in a modular way.
Public Methods
- process()