Development

Send email after Migrate Import in Drupal 8

Here’s an example of a barebones event subscriber to send an email when a Drupal migration finishes importing. The success vs failure logic isn’t working correctly, but you’ll get the gist. If you come up with a solution for this please contact me; I don’t have time to work on it at the moment.

The file structure looks like this:

mymodule.services.yml

mymodule.module

 

MymoduleMigrateSubscriber.php

 

Leave a Reply

Your email address will not be published.