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

Breadcrumb

  1. Drupal Core 11.1.x

d6_node_setting_status.yml

core/modules/node/migrations/d6_node_setting_status.yml

File

core/modules/node/migrations/d6_node_setting_status.yml

View source
  1. id: d6_node_setting_status
  2. label: Node type 'status' setting
  3. migration_tags:
  4. - Drupal 6
  5. - Configuration
  6. source:
  7. plugin: d6_node_type
  8. constants:
  9. entity_type: node
  10. field_name: status
  11. process:
  12. entity_type: 'constants/entity_type'
  13. bundle: type
  14. field_name: 'constants/field_name'
  15. label:
  16. plugin: default_value
  17. default_value: 'Publishing status'
  18. 'default_value/0/value': 'options/status'
  19. destination:
  20. plugin: entity:base_field_override
  21. migration_dependencies:
  22. required:
  23. - d6_node_type

API Navigation

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