Model
SynchronizeIdentities
Magento\MediaContentSynchronization\Model\SynchronizeIdentities
What it does
This class coordinates the synchronization of media content with their associated assets across multiple synchronizers.
Developers would use this when they need to batch synchronize content identities (like products, CMS pages) with media assets after content updates or imports.
It executes all registered synchronizers from the pool and handles errors gracefully.
Public Methods
- execute()