You are here

protected property RouteProvider::$connection in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Routing/RouteProvider.php \Drupal\Core\Routing\RouteProvider::connection

The database connection from which to read route information.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Routing/RouteProvider.php, line 29

Class

RouteProvider
A Route Provider front-end for all Drupal-stored routes.

Namespace

Drupal\Core\Routing

Code

protected $connection;