You are here

protected property WorkspaceMerger::$database in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/workspaces/src/WorkspaceMerger.php \Drupal\workspaces\WorkspaceMerger::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/workspaces/src/WorkspaceMerger.php, line 42

Class

WorkspaceMerger
Default implementation of the workspace merger.

Namespace

Drupal\workspaces

Code

protected $database;