Model
Config
Magento\Catalog\Model\ResourceModel\Config
What it does
This resource model manages catalog configuration data, specifically retrieving product attribute information used in product listings and sorting.
Developers use it to get attributes that are configured for display on category pages or enabled for 'Sort By' functionality, with support for store-specific attribute labels.
Public Methods
- setStoreId()
- getStoreId()
- getEntityTypeId()
- getAttributesUsedInListing()
- getAttributesUsedForSortBy()