You are here

protected property DrupalMigration::$mapConnection in Drupal-to-Drupal data migration 7.2

Controls what db connection the MigrateSQLMaps use.

Pass $arguments['map_connection'] to change this variable.

Type: string

File

./migrate_d2d.migrate.inc, line 80
Base classes for all Drupal-to-Drupal migration classes.

Class

DrupalMigration
@file Base classes for all Drupal-to-Drupal migration classes.

Code

protected $mapConnection = 'default';