You are here

protected property UserAuthenticationController::$routeProvider in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/user/src/Controller/UserAuthenticationController.php \Drupal\user\Controller\UserAuthenticationController::routeProvider

The route provider.

Type: \Drupal\Core\Routing\RouteProviderInterface

File

core/modules/user/src/Controller/UserAuthenticationController.php, line 74

Class

UserAuthenticationController
Provides controllers for login, login status and logout via HTTP requests.

Namespace

Drupal\user\Controller

Code

protected $routeProvider;