Log in
Model

SynchronizerPool

Magento\MediaContentSynchronizationApi\Model\SynchronizerPool

What it does

This class manages a collection of media content synchronizers that handle synchronization between content and media assets in Magento 2.

Developers use this pool to retrieve all registered synchronizers when they need to synchronize media references across different content types (CMS pages, blocks, products, etc.).

It ensures all synchronizers implement the correct interface and provides a central access point for media content synchronization operations.

Public Methods

  • get()