You are here

protected property AliasStorage::$connection in Zircon Profile 8

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

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/lib/Drupal/Core/Path/AliasStorage.php, line 29
Contains \Drupal\Core\Path\AliasStorage.

Class

AliasStorage
Provides a class for CRUD operations on path aliases.

Namespace

Drupal\Core\Path

Code

protected $connection;