You are here

d6_date_formats.yml in Drupal 9

core/modules/system/migrations/d6_date_formats.yml

File

core/modules/system/migrations/d6_date_formats.yml
View source
  1. id: d6_date_formats
  2. label: Date format configuration
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: variable_multirow
  8. variables:
  9. - date_format_long
  10. - date_format_medium
  11. - date_format_short
  12. source_module: system
  13. process:
  14. id:
  15. plugin: static_map
  16. source: name
  17. map:
  18. date_format_long: long
  19. date_format_short: short
  20. date_format_medium: medium
  21. pattern: value
  22. destination:
  23. plugin: entity:date_format