Log in
Model

RedirectDataPostprocessorComposite

Magento\Store\Model\StoreSwitcher\RedirectDataPostprocessorComposite

What it does

This class implements a composite pattern to manage multiple redirect data post-processors during store switching operations in Magento 2.

Developers use this when they need to execute a chain of post-processing operations on redirect data after a customer switches between stores, allowing multiple modules to modify redirect behavior through dependency injection.

Public Methods

  • process()