migrate_drupal.settings.yml

Same filename and directory in other branches
  1. 9 core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
  2. 8.9.x core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
  3. 10 core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.