d6_system_cron.yml

Same filename in other branches
  1. 9 core/modules/system/migrations/d6_system_cron.yml
  2. 10 core/modules/system/migrations/d6_system_cron.yml
  3. 11.x core/modules/system/migrations/d6_system_cron.yml
core/modules/system/migrations/d6_system_cron.yml

File

core/modules/system/migrations/d6_system_cron.yml

View source
  1. id: d6_system_cron
  2. label: Cron settings
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: variable
  8. variables:
  9. - cron_threshold_warning
  10. - cron_threshold_error
  11. - cron_last
  12. source_module: system
  13. process:
  14. 'threshold/requirements_warning': cron_threshold_warning
  15. 'threshold/requirements_error': cron_threshold_error
  16. destination:
  17. plugin: config
  18. config_name: system.cron

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