protected property PathMatcher::$connection

The database connection from which to read route information.

Type: Drupal\Core\Database\Connection

File

drupal/core/lib/Drupal/Core/Routing/PathMatcher.php, line 26
Definition of Drupal\Core\Routing\PathMatcher.

Class

PathMatcher
Initial matcher to match a route against a built database, by path.

Namespace

Drupal\Core\Routing

Code

protected $connection;