migrate_plus.migration.upgrade_d6_system_cron.yml 662 B

12345678910111213141516171819202122232425262728
  1. uuid: d570ce06-63f2-4347-8f74-1350ad85576f
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_system_cron
  6. class: Drupal\migrate\Plugin\Migration
  7. field_plugin_method: null
  8. cck_plugin_method: null
  9. migration_tags:
  10. - 'Drupal 6'
  11. migration_group: migrate_drupal_6
  12. label: 'Cron settings'
  13. source:
  14. plugin: variable
  15. variables:
  16. - cron_threshold_warning
  17. - cron_threshold_error
  18. - cron_last
  19. source_module: system
  20. process:
  21. threshold/requirements_warning: cron_threshold_warning
  22. threshold/requirements_error: cron_threshold_error
  23. destination:
  24. plugin: config
  25. config_name: system.cron
  26. migration_dependencies:
  27. required: { }
  28. optional: { }