You are here

protected property MigrateSourceSQL::$result in Migrate 7.2

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

The result object from executing the query - traversed to process the incoming data.

Type: DatabaseStatementInterface

File

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

Class

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

Code

protected $result;