Migrate process plugin?

Created on 7 November 2018, over 6 years ago
Updated 7 March 2023, almost 2 years ago

Do you have plans to write some kind of migrate process plugin to migrate old D7 faqfield to the new D8? Since you've wisely moved away from Field Collections (and thus away from Paragraphs and entity references), is this something that is possible? Or would you advise some other method of migrating D7 content to D8?

✨ Feature request
Status

Needs work

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States cmah

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • heddn Nicaragua
    1. +++ b/src/Plugin/migrate/field/FaqField.php
      @@ -0,0 +1,62 @@
      +      'plugin' => 'faqfield',
      

      this could just be the get process plugin.

    2. +++ b/src/Plugin/migrate/process/FaqField.php
      @@ -0,0 +1,30 @@
      +      'question' => $value['question'],
      

      I don't actually think the process plugin is needed at all. The mapping here is identical to what is was previously.

Production build 0.71.5 2024