DeleteHandler
Magento\Downloadable\Model\Link\DeleteHandler
What it does
This class handles the deletion of downloadable links when a downloadable product is being deleted from Magento.
It's automatically invoked by Magento's entity manager during product deletion operations to ensure all associated downloadable links are properly removed.
Developers typically don't interact with this class directly as it's part of Magento's extension attribute deletion lifecycle.
Public Methods
- execute()