Log in
Model

AsyncConfigPublisher

Magento\AsyncConfig\Model\AsyncConfigPublisher

What it does

This class publishes configuration data changes to a message queue for asynchronous processing in Magento 2.

Developers use it when saving configuration settings that need to be processed in the background, particularly when those settings include uploaded images like placeholder or logo images that need to be moved to temporary storage before processing.

Public Methods

  • saveConfigData()