You are here

public function MigrateSourceSQL::setMapJoinable in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/sql.inc \MigrateSourceSQL::setMapJoinable()

File

plugins/sources/sql.inc, line 51
Define a MigrateSource for importing from Drupal connections

Class

MigrateSourceSQL
Implementation of MigrateSource, to handle imports from Drupal connections.

Code

public function setMapJoinable($map_joinable) {
  $this->mapJoinable = $map_joinable;
}