migrate_plus.migration.upgrade_d6_system_date.yml 726 B

12345678910111213141516171819202122232425262728293031
  1. uuid: fb940429-621e-4a7a-b77f-999c32afeb48
  2. langcode: fr
  3. status: true
  4. dependencies: { }
  5. id: upgrade_d6_system_date
  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: 'System date configuration'
  13. source:
  14. plugin: variable
  15. variables:
  16. - configurable_timezones
  17. - date_first_day
  18. - date_default_timezone
  19. source_module: system
  20. process:
  21. timezone/user/configurable: configurable_timezones
  22. first_day: date_first_day
  23. timezone/default:
  24. plugin: timezone
  25. source: date_default_timezone
  26. destination:
  27. plugin: config
  28. config_name: system.date
  29. migration_dependencies:
  30. required: { }
  31. optional: { }