DDEV is an open source tool that uses docker to quickly create local PHP development environments. It has different templates for different frameworks and CMS, and of course Drupal is one of them.
In the previous posts we defined a migration plan and structure. Now we will see how to extend functionalities to these migrations by creating and extending Migrate API plugins.
In the previous post we talked about how to carry out an analysis and a migration plan for a content migration in drupal. In this second post we will bring that analysis into code.