You are here

protected property MigrateSourceXML::$elementQuery in Migrate 7.2

Same name and namespace in other branches
  1. 6.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 1166
Support for migration from XML sources.

Class

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

Code

protected $elementQuery = '';