You are here

protected property MatcherDumper::$connection in Zircon Profile 8

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

The database connection to which to dump route information.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Routing/MatcherDumper.php, line 25
Contains \Drupal\Core\Routing\MatcherDumper.

Class

MatcherDumper
Dumps Route information to a database table.

Namespace

Drupal\Core\Routing

Code

protected $connection;