migrate_plus.migration.upgrade_system_image.yml 553 B

1234567891011121314151617181920212223242526
  1. uuid: ec923896-f720-44e9-ba72-ca82fa053018
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_system_image
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. - 'Drupal 7'
  12. migration_group: migrate_drupal_6
  13. label: 'Image toolkit configuration'
  14. source:
  15. plugin: variable
  16. variables:
  17. - image_toolkit
  18. source_module: system
  19. process:
  20. toolkit: image_toolkit
  21. destination:
  22. plugin: config
  23. config_name: system.image
  24. migration_dependencies:
  25. required: { }
  26. optional: { }