- 🇮🇳India optimusprime619
I am currently trying to migrate webforms from a Drupal 8 to 9 site and facing similar issues. The volume of webforms to migrate pretty much rules out export/import option in my case.
I was of the impression that this module was meant primarily to cater to content entities only and not configuration entities like webform. After skimming the migration API Documentation, I tried creating my own source plugin to fetch from the
webform
table. The migration resulted in creation of empty forms without title description or any attributes other than the webform id. I assume this is because all the webform attributes are flatted as yaml and stored in config, though with my limited knowledge of the Migration API I might be completely wrong here.I am currently looking through the code from Webform Migrate → module to check if I can repurpose any of the D7 to D8 Migration into D8->D9 migration assuming I can create a source plugin that I can use to map all the respective webform attributes.