Drupal 8 Migrations, part 2: Migrating users from a Drupal 7 site
In this article, we will be building a custom migration which will import users from a Drupal 7 site into a Drupal 8 site.
Let it not be said that vosechu (Chuck Vose) has shied away from getting into the spirit of things.
In this article, we will be building a custom migration which will import users from a Drupal 7 site into a Drupal 8 site.
Drupal 8 provides a flexible, plugin-based architecture for migrating data into a site. In Part 2, we explored how to migrate users from a Drupal 7...
In Part 3 of this series, we explored how to migrate taxonomies from a Drupal 7 site.