Model
Status
Magento\LayeredNavigation\Model\Aggregation\Status
What it does
This class determines whether layered navigation aggregation (filtering) is enabled in Magento.
Developers would use this to check if the system should build filter aggregations for catalog search and category pages.
It implements the StatusInterface and always returns true, meaning layered navigation filtering is always active by default.
Public Methods
- isEnabled()