You are here

d7_eck_type.yml in Entity Construction Kit (ECK) 8

migrations/d7_eck_type.yml

File

migrations/d7_eck_type.yml
View source
  1. id: d7_eck_type
  2. label: ECK Entity type configuration
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. class: Drupal\eck\Plugin\migrate\D7EckType
  7. source:
  8. plugin: d7_eck_entity_type
  9. process:
  10. id: name
  11. label: label
  12. uid:
  13. plugin: default_value
  14. source: uid
  15. default_value: false
  16. created:
  17. plugin: default_value
  18. source: created
  19. default_value: false
  20. changed:
  21. plugin: default_value
  22. source: changed
  23. default_value: false
  24. title:
  25. plugin: default_value
  26. source: title
  27. default_value: false
  28. destination:
  29. plugin: entity:eck_entity_type