Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal