- Merge request !22Initial suggestion for #2837719 "Add exportimport events" β (Open) created by Marios Anagnostopoulos
- last update
about 2 years ago 13 pass - Status changed to Needs review
about 2 years ago 9:13am 22 July 2023 I removed the evend name from the dispatching since we are using separate events for the import/export processes and added a brief documentation for the import event.
- last update
about 2 years ago 13 pass - π©πͺGermany chr.fritsch π©πͺπͺπΊπ
chr.fritsch β made their first commit to this issueβs fork.
- First commit to issue fork.
- πΊπ¦Ukraine sickness29
Updated fork with recent changes from dev branch and also added unit test for new events
- πΊπΈUnited States phenaproxima Massachusetts
It is worth noting that core now has a default content import/export system (the import part has been around since 10.3, and the exporter will be in 11.3.0). The core system dispatches a
PreExportEvent
andPreImportEvent
, so it might worth integrating with the core system instead of adding these events to Default Content.See https://www.drupal.org/node/3533854 β for more info on the export system, and https://www.drupal.org/node/3445169 β for more on the recipe system (which is where the importer and its event were added).