CustomerGroupDimensionProvider
Magento\Customer\Model\Indexer\CustomerGroupDimensionProvider
What it does
This class provides customer group dimensions for Magento 2's multidimensional indexing system.
Developers would use this when working with indexers that need to be segmented by customer groups, such as price indexing where different customer groups may see different prices.
It retrieves all customer groups and creates dimension objects that indexers can iterate through to process data separately for each customer group.
Public Methods
- getIterator()