update_settings.yml
Same filename in other branches
File
-
core/
modules/ update/ migrations/ update_settings.yml
View source
- id: update_settings
- label: Update configuration
- migration_tags:
- - Drupal 6
- - Drupal 7
- - Configuration
- source:
- plugin: update_settings
- variables:
- - update_max_fetch_attempts
- - update_fetch_url
- - update_notification_threshold
- - update_notify_emails
- - update_check_frequency
- source_module: update
- process:
- 'fetch/max_attempts': update_max_fetch_attempts
- 'fetch/url': update_fetch_url
- 'notification/threshold': update_notification_threshold
- 'notification/emails': update_notify_emails
- 'check/interval_days': update_check_frequency
- 'check/disabled_extensions':
- plugin: default_value
- default_value: false
- 'fetch/timeout':
- plugin: default_value
- default_value: 30
- destination:
- plugin: config
- config_name: update.settings
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.