You are here

protected property MigrateSQLMap::$connection in Migrate 6.2

Same name and namespace in other branches
  1. 7.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 60
Defines a Drupal db-based implementation of MigrateMap.

Class

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

Code

protected $connection;