You are here

protected property MigrateSourceView::$viewName in Migrate 6.2

File

plugins/sources/view.inc, line 15
Define a MigrateSource for importing from views

Class

MigrateSourceView
Implementation of MigrateSource, to handle imports from views. All that should be necessary (once Views is ported to D7) is to pull the SQL query from the view, the MigrateSourceSQL class can then just handle it like hand-constructed queries.

Code

protected $viewName;