Skip to content

Instantly share code, notes, and snippets.

@MarcDiaz
MarcDiaz / PublishMercureSoftDeletesListener.php
Created January 13, 2022 18:39
Listener to publish a Soft Delete with Mercure on API Platform project
<?php
namespace App\Doctrine\Mercure\EventListener;
use ApiPlatform\Core\Api\IriConverterInterface;
use ApiPlatform\Core\Api\UrlGeneratorInterface;
use Doctrine\Persistence\Event\LifecycleEventArgs;
use Symfony\Component\Mercure\HubInterface;
use Symfony\Component\Mercure\Update;