MediaContentSynchronization Module
Consume
This class processes asynchronous queue messages for synchronizing media content in Magento 2. It handles both full media synchronization (when no ide...
Publish
This class publishes media content synchronization tasks to a message queue for asynchronous processing. Developers would use this when they need to s...
RemoveObsoleteContentAsset
This class removes orphaned media asset links when their associated entities (like products, categories, or pages) have been deleted from Magento. It...
ResourceModel\GetOutdatedRelations
This class identifies orphaned media asset relationships where the linked entity (like a product or category) no longer exists in the database. Develo...
Synchronize
This class orchestrates the synchronization of media content with assets in Magento 2. Developers use this to ensure that references to media files in...
SynchronizeIdentities
This class coordinates the synchronization of media content with their associated assets across multiple synchronizers. Developers would use this when...