class NoBigPipeRouteAlterSubscriber implements EventSubscriberInterface (View source)

Sets the '_no_big_pipe' option on select routes.

Methods

onRoutingRouteAlterSetNoBigPipe(RouteBuildEvent $event)

Alters select routes to have the '_no_big_pipe' option.

static array
getSubscribedEvents()

{@inheritdoc}

Details

onRoutingRouteAlterSetNoBigPipe(RouteBuildEvent $event)

Alters select routes to have the '_no_big_pipe' option.

Parameters

RouteBuildEvent $event

The event to process.

static array getSubscribedEvents()

{@inheritdoc}

Return Value

array