d6_date_formats.yml
Same filename in other branches
File
-
core/
modules/ system/ migrations/ d6_date_formats.yml
View source
- id: d6_date_formats
- label: Date format configuration
- migration_tags:
- - Drupal 6
- - Configuration
- source:
- plugin: variable_multirow
- variables:
- - date_format_long
- - date_format_medium
- - date_format_short
- source_module: system
- process:
- id:
- plugin: static_map
- source: name
- map:
- date_format_long: long
- date_format_short: short
- date_format_medium: medium
- pattern: value
- destination:
- plugin: entity:date_format
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.