You are here

protected property Sql::$database in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Plugin/migrate/id_map/Sql.php \Drupal\migrate\Plugin\migrate\id_map\Sql::database
  2. 9 core/modules/migrate/src/Plugin/migrate/id_map/Sql.php \Drupal\migrate\Plugin\migrate\id_map\Sql::database

The database connection for the map/message tables on the destination.

Type: \Drupal\Core\Database\Connection

File

core/modules/migrate/src/Plugin/migrate/id_map/Sql.php, line 74

Class

Sql
Defines the sql based ID map implementation.

Namespace

Drupal\migrate\Plugin\migrate\id_map

Code

protected $database;