You are here

protected property MigrateSourceSQL::$mapJoinable in Migrate 6.2

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

If the map is a MigrateSQLMap, and the table is compatible with the source query, we can join directly to the map and make things much faster and simpler.

Type: boolean

File

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

Class

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

Code

protected $mapJoinable = FALSE;