You are here

migration_provider_no_annotation.yml in Drupal 10

core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml

File

core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml
View source
  1. id: migration_provider_no_annotation
  2. label: Missing source annotation
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. source:
  7. # Test plugin without a source_module annotation
  8. plugin: no_source_module
  9. process:
  10. message: site_offline_message
  11. destination:
  12. plugin: config
  13. config_name: test.settings