namespace Drupal\datetime\Plugin\migrate\field\d6

Object name File name Summary
DateField core/modules/datetime/src/Plugin/migrate/field/d6/DateField.php Plugin annotation

@MigrateField(
id = "date",
type_map = {
"date" = "datetime",
"datestamp" = "timestamp",
"datetime" = "datetime",
},
core = {6},
source_module = "date",
destination_module = "datetime",
weight = 9999999,
)

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