You are here

d7_node_title_label.yml in Drupal 8

Same filename and directory in other branches
  1. 9 core/modules/node/migrations/d7_node_title_label.yml
core/modules/node/migrations/d7_node_title_label.yml

File

core/modules/node/migrations/d7_node_title_label.yml
View source
  1. id: d7_node_title_label
  2. label: Node title label
  3. migration_tags:
  4. - Drupal 7
  5. - Configuration
  6. source:
  7. plugin: d7_node_type
  8. constants:
  9. entity_type: node
  10. field_name: title
  11. process:
  12. label:
  13. -
  14. plugin: static_map
  15. source: title_label
  16. bypass: true
  17. map:
  18. Title: 0
  19. -
  20. plugin: skip_on_empty
  21. method: row
  22. entity_type: 'constants/entity_type'
  23. bundle: type
  24. field_name: 'constants/field_name'
  25. destination:
  26. plugin: entity:base_field_override
  27. migration_dependencies:
  28. required:
  29. - d7_node_type