I'm in the middle of migrating a Drupal 6 site to Drupal 8 and need to write a batch in Drupal 8 to pull in a bunch of nodes from Drupal 6, so I thought I would document the process to help others.
Related api docs: https://api.drupal.org/api/drupal/core%21includes%21form.inc/group/batch/8
My module's name is disc, so be sure to replace any occurences of it with your module's name.
Recent comments