Log in
Helper

ConfigurationPool

Magento\Catalog\Helper\Product\ConfigurationPool

What it does

This helper class manages and provides access to product configuration helpers in Magento 2.

Developers use it to retrieve the appropriate configuration helper for a specific product type (simple, configurable, bundle, etc.) to handle product-specific configuration data like custom options or selections.

It acts as a factory pattern implementation that returns the correct helper instance based on class name or product type.

Public Methods

  • get()
  • getByProductType()