Catalog Module
Catalog
This helper class manages custom attribute tab block names for product and category edit forms in the Magento admin panel. Developers use it to custom...
Category
This helper class provides utility methods for working with Magento 2 categories. Developers use it to retrieve store categories, generate category UR...
Data
This helper class provides core catalog functionality including breadcrumb path generation, retrieving current category/product from registry, tax cal...
DefaultCategory
This helper class provides access to Magento's default root category ID, which is hardcoded as 2. Developers use this when they need to reference the...
Image
This helper class provides a fluent interface for generating and manipulating product images in Magento 2. Developers use it to create resized, waterm...
Output
This helper class processes and sanitizes catalog attribute output (product and category attributes) for safe display in the frontend. It handles HTML...
Product
This helper class provides utility methods for working with products in Magento 2. Developers use it to retrieve product URLs, images, prices, check p...
Product\Compare
This helper class manages product comparison functionality in Magento 2, allowing customers to add, remove, and compare products side-by-side. Develop...
Product\Composite
This helper class manages the rendering of product configuration interfaces in the admin area, particularly for composite products (configurable, bund...
Product\Configuration
This helper class retrieves and formats product configuration options for configurable items like cart items, order items, or quote items. Developers...
Product\ConfigurationPool
This helper class manages a pool of product configuration helpers for different product types in Magento 2. Developers use it to retrieve the appropri...
Product\Flat\Indexer
This helper class manages the structure and creation of Magento 2's flat product index tables. Developers use it when working with product flat indexi...
Product\ProductList
This helper class provides configuration and default values for product list toolbars, specifically handling view modes (grid/list), sorting options,...
Product\View
This helper class handles the initialization and rendering of product detail pages in Magento 2. Developers use it to set up product view layouts, app...