class RouteSubscriber implements EventSubscriberInterface (View source)

Provides backwards-compatible routes for the path module.

Methods

onDynamicRouteEvent(RouteBuildEvent $event)

Provides routes on route rebuild time.

static 
getSubscribedEvents()

{@inheritdoc}

Details

onDynamicRouteEvent(RouteBuildEvent $event)

Provides routes on route rebuild time.

Parameters

RouteBuildEvent $event

The route build event.

static getSubscribedEvents()

{@inheritdoc}