update_settings.yml

Same filename and directory in other branches
  1. 9 core/modules/update/migrations/update_settings.yml
  2. 8.9.x core/modules/update/migrations/update_settings.yml
  3. 10 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. 'check/disabled_extensions':
  23. plugin: default_value
  24. default_value: false
  25. 'fetch/timeout':
  26. plugin: default_value
  27. default_value: 30
  28. destination:
  29. plugin: config
  30. config_name: update.settings

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.