Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal