Skip to content
Snippets Groups Projects

Issue #3229479: Entity_lookup taxonomy_term restricted by VID

2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 6b6c11f3
    Issue #3276619 by Matroskeen: Document XML parsers and explain the difference between them · 6b6c11f3
    Ivan Doroshenko authored
@@ -10,6 +10,11 @@ use Drupal\migrate_plus\DataParserPluginBase;
/**
* Obtain XML data for migration using the SimpleXML API.
*
* SimpleXML parses the whole file into memory, which allows using XPath
* expression in the item selector. For large XML sources it results in
* consuming lots of memory, which can be undesirable. If you run into memory
* issues, then consider using the 'xml' data parser.
*
* @DataParser(
* id = "simple_xml",
* title = @Translation("Simple XML")
Loading