You are here

protected property Xml::$elementsToMatch in Migrate Plus 8.3

Same name and namespace in other branches
  1. 8.5 src/Plugin/migrate_plus/data_parser/Xml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Xml::elementsToMatch
  2. 8.2 src/Plugin/migrate_plus/data_parser/Xml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Xml::elementsToMatch
  3. 8.4 src/Plugin/migrate_plus/data_parser/Xml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Xml::elementsToMatch

Array of the element names from the query.

0-based from the first (root) element. For example, '//file/article' would be stored as [0 => 'file', 1 => 'article'].

Type: array

File

src/Plugin/migrate_plus/data_parser/Xml.php, line 35

Class

Xml
Obtain XML data for migration using the XMLReader pull parser.

Namespace

Drupal\migrate_plus\Plugin\migrate_plus\data_parser

Code

protected $elementsToMatch = [];