You are here

migrate_drupal.settings.yml in Drupal 8

core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml

File

core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
View source
  1. # Migrations with any of these tags will raise an exception if their source
  2. # plugin is missing the source_module property in their annotation.
  3. enforce_source_module_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. # Migrations with any of these tags will not be derived and executed with the
  7. # other migrations. They will be derived and executed after the migrations on
  8. # which they depend have been successfully executed.
  9. follow_up_migration_tags:
  10. - Follow-up migration