class UserLoginFormRouteSubscriber extends RouteSubscriberBase

Auto redirect users when the auto redirect option is enabled.

Methods

__construct(ConfigFactoryInterface $configFactory)

The class constructor.

alterRoutes(RouteCollection $collection)

{@inheritdoc}

Details

at line 27
__construct(ConfigFactoryInterface $configFactory)

The class constructor.

Parameters

ConfigFactoryInterface $configFactory

The config factory.

at line 36
protected alterRoutes(RouteCollection $collection)

{@inheritdoc}

Parameters

RouteCollection $collection