You are here

update_settings.yml in Drupal 9

Same filename and directory in other branches
  1. 8 core/modules/update/migrations/update_settings.yml
core/modules/update/migrations/update_settings.yml

File

core/modules/update/migrations/update_settings.yml
View source
  1. id: update_settings
  2. label: Update configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Drupal 7
  6. - Configuration
  7. source:
  8. plugin: update_settings
  9. variables:
  10. - update_max_fetch_attempts
  11. - update_fetch_url
  12. - update_notification_threshold
  13. - update_notify_emails
  14. - update_check_frequency
  15. source_module: update
  16. process:
  17. 'fetch/max_attempts': update_max_fetch_attempts
  18. 'fetch/url': update_fetch_url
  19. 'notification/threshold': update_notification_threshold
  20. 'notification/emails': update_notify_emails
  21. 'check/interval_days': update_check_frequency
  22. destination:
  23. plugin: config
  24. config_name: update.settings