You are here

protected property MigrateSourceXML::$elementQuery in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/sources/xml.inc \MigrateSourceXML::elementQuery

Store the query string used to recognize elements being iterated so we can create reader objects on the fly.

Type: string

File

plugins/sources/xml.inc, line 846
Support for migration from XML sources.

Class

MigrateSourceXML
Implementation of MigrateSource, to handle imports from XML files.

Code

protected $elementQuery = '';