protected property SimpleXml::$matches in Migrate Plus 8.4
Same name and namespace in other branches
- 8.5 src/Plugin/migrate_plus/data_parser/SimpleXml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\SimpleXml::matches
- 8.2 src/Plugin/migrate_plus/data_parser/SimpleXml.php \Drupal\migrate_plus\Plugin\migrate_plus\data_parser\SimpleXml::matches
- 8.3 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_parserCode
protected $matches = [];