d6_date_formats.yml

Same filename and directory in other branches
  1. 9 core/modules/system/migrations/d6_date_formats.yml
  2. 8.9.x core/modules/system/migrations/d6_date_formats.yml
  3. 10 core/modules/system/migrations/d6_date_formats.yml
core/modules/system/migrations/d6_date_formats.yml

File

core/modules/system/migrations/d6_date_formats.yml

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

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