migrate_plus.migration.upgrade_update_settings.yml 878 B

12345678910111213141516171819202122232425262728293031323334
  1. uuid: 9cdfff86-0693-4259-b472-cb7b236a172e
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_update_settings
  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: 'Update configuration'
  14. source:
  15. plugin: variable
  16. variables:
  17. - update_max_fetch_attempts
  18. - update_fetch_url
  19. - update_notification_threshold
  20. - update_notify_emails
  21. - update_check_frequency
  22. source_module: update
  23. process:
  24. fetch/max_attempts: update_max_fetch_attempts
  25. fetch/url: update_fetch_url
  26. notification/threshold: update_notification_threshold
  27. notification/emails: update_notify_emails
  28. check/interval_days: update_check_frequency
  29. destination:
  30. plugin: config
  31. config_name: update.settings
  32. migration_dependencies:
  33. required: { }
  34. optional: { }