You are here

d6_date_formats.yml in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/system/migration_templates/d6_date_formats.yml
core/modules/system/migration_templates/d6_date_formats.yml

File

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