Guides
Tutorials
Adds the HTTP Link header pointing to the Mercure hub for resources having their updates dispatched.
class ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
{
public __construct(Symfony\Component\Mercure\Discovery $discovery, null|ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory)
public onKernelResponse(Symfony\Component\HttpKernel\Event\ResponseEvent $event): null
public isPreflightRequest(Symfony\Component\HttpFoundation\Request $request): bool
}
class ApiPlatform\Symfony\EventListener\AddLinkHeaderListener
{
public __construct(Symfony\Component\Mercure\Discovery $discovery, null|ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory)
public onKernelResponse(Symfony\Component\HttpKernel\Event\ResponseEvent $event): null
public isPreflightRequest(Symfony\Component\HttpFoundation\Request $request): bool
}
public __construct(Symfony\Component\Mercure\Discovery $discovery, null|ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory)
public __construct(Symfony\Component\Mercure\Discovery $discovery, null|ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory)
discovery | Symfony\Component\Mercure\Discovery | |
resourceMetadataCollectionFactory | ApiPlatform\Metadata\Resource\Factory\ResourceMetadataCollectionFactoryInterface |
Sends the Mercure header on each response.
public onKernelResponse(Symfony\Component\HttpKernel\Event\ResponseEvent $event): null
public onKernelResponse(Symfony\Component\HttpKernel\Event\ResponseEvent $event): null
event | Symfony\Component\HttpKernel\Event\ResponseEvent |
null
public isPreflightRequest(Symfony\Component\HttpFoundation\Request $request): bool
public isPreflightRequest(Symfony\Component\HttpFoundation\Request $request): bool
request | Symfony\Component\HttpFoundation\Request |
bool