When migrating a site from Drupal 6 to Drupal 8, we had to write some very basic "Plugins". Since plugins and some of their related pieces are new to Drupal 8, here is a walk-through of how we put it together
Read more »Tagged: migration
Transforming Data in a Drupal 8 Migration, Step-by-Step
We’re wrapping up our first Drupal 8 project here at Advomatic, and Jim and I have been tasked with implementing a content migration from the client’s existing Drupal 6 site. My first migration job was to write a plugin which rewrites image assist tags in node body fields as regular HTML image tags. Fortunately, lots of smart …
Read more »