CompositeBaseSelectProcessor
Magento\Catalog\Model\ResourceModel\Product\CompositeBaseSelectProcessor
What it does
This class acts as a container that executes multiple SQL SELECT query processors in sequence for product queries.
Developers use this when they need to apply multiple modifications or filters to a product collection's SELECT statement through a chain of processors.
It follows the composite pattern to combine various BaseSelectProcessorInterface implementations into a single processing pipeline.
Public Methods
- process()