You are here

protected property AccessManager::$routeProvider in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Access/AccessManager.php \Drupal\Core\Access\AccessManager::routeProvider

The route provider.

Type: \Drupal\Core\Routing\RouteProviderInterface

File

core/lib/Drupal/Core/Access/AccessManager.php, line 27

Class

AccessManager
Attaches access check services to routes and runs them on request.

Namespace

Drupal\Core\Access

Code

protected $routeProvider;