You are here

protected property SimpleXml::$matches in Migrate Plus 8.3

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

Array of matches from item_selector.

Type: array

File

src/Plugin/migrate_plus/data_parser/SimpleXml.php, line 25

Class

SimpleXml
Obtain XML data for migration using the SimpleXML API.

Namespace

Drupal\migrate_plus\Plugin\migrate_plus\data_parser

Code

protected $matches = [];