You are here

protected property Xml::$parentElementsOfInterest in Migrate Plus 8.5

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

Hash of the element names that should be captured into $parentXpathCache.

Type: array

File

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

Class

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

Namespace

Drupal\migrate_plus\Plugin\migrate_plus\data_parser

Code

protected $parentElementsOfInterest = [];