Catalog Module
AbstractCollection
This abstract collection class serves as the base for all Magento 2 catalog entity collections (products, categories, etc.) that use EAV attributes. I...
Model\ResourceModel\AbstractCollection
This abstract collection class provides a foundation for Magento 2 catalog collections (products, categories) that use flat tables instead of EAV stru...
Model\ResourceModel\Category\Collection
This collection class retrieves and manages groups of category entities from the database in Magento 2. Developers use it to load categories with vari...
Model\ResourceModel\ProductFrontendAction\Collection
This collection class retrieves and manages ProductFrontendAction records from the database, which track customer/visitor interactions with products (...
Model\ResourceModel\Product\Collection
This class manages collections of product entities in Magento 2, providing methods to filter, sort, and retrieve product data efficiently. Developers...