You are here

protected property RouteProvider::$connection in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 34
Contains \Drupal\Core\Routing\RouteProvider.

Class

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

Namespace

Drupal\Core\Routing

Code

protected $connection;