Model
StatusBaseSelectProcessor
Magento\Catalog\Model\ResourceModel\Product\StatusBaseSelectProcessor
What it does
This class filters product queries to only include enabled products by joining the status attribute tables and adding a WHERE condition.
Developers use this processor when building product collection queries where only active/enabled products should be returned, automatically handling both global and store-specific status values.
Public Methods
- process()