You are here

protected property MigrateSQLMap::$connection in Migrate 7.2

Same name and namespace in other branches
  1. 6.2 plugins/sources/sqlmap.inc \MigrateSQLMap::connection

Drupal connection object on which to create the map/message tables.

Type: DatabaseConnection

File

plugins/sources/sqlmap.inc, line 71
Defines a Drupal db-based implementation of MigrateMap.

Class

MigrateSQLMap
@file Defines a Drupal db-based implementation of MigrateMap.

Code

protected $connection;