You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
159 lines
3.0 KiB
159 lines
3.0 KiB
uuid: 98b8e906-4689-4bdc-9035-7ffe4f01a637 |
|
langcode: en |
|
status: true |
|
dependencies: { } |
|
id: upgrade_d7_node_complete_course_reserve |
|
class: Drupal\node\Plugin\migrate\D7NodeTranslation |
|
field_plugin_method: null |
|
cck_plugin_method: null |
|
migration_tags: |
|
- 'Drupal 7' |
|
- Content |
|
migration_group: migrate_drupal_7 |
|
label: 'Node complete (Course Reserve)' |
|
source: |
|
plugin: d7_node_complete |
|
node_type: course_reserve |
|
process: |
|
nid: |
|
- |
|
plugin: get |
|
source: tnid |
|
vid: |
|
- |
|
plugin: get |
|
source: vid |
|
langcode: |
|
- |
|
plugin: default_value |
|
source: language |
|
default_value: und |
|
title: |
|
- |
|
plugin: get |
|
source: title |
|
uid: |
|
- |
|
plugin: get |
|
source: node_uid |
|
status: |
|
- |
|
plugin: get |
|
source: status |
|
created: |
|
- |
|
plugin: get |
|
source: created |
|
changed: |
|
- |
|
plugin: get |
|
source: timestamp |
|
promote: |
|
- |
|
plugin: get |
|
source: promote |
|
sticky: |
|
- |
|
plugin: get |
|
source: sticky |
|
revision_uid: |
|
- |
|
plugin: get |
|
source: revision_uid |
|
revision_log: |
|
- |
|
plugin: get |
|
source: log |
|
revision_timestamp: |
|
- |
|
plugin: get |
|
source: timestamp |
|
content_translation_source: |
|
- |
|
plugin: get |
|
source: source_langcode |
|
comment_node_course_reserve/0/status: |
|
- |
|
plugin: get |
|
source: comment |
|
body: |
|
- |
|
plugin: get |
|
source: body |
|
field_program: |
|
- |
|
plugin: sub_process |
|
source: field_program |
|
process: |
|
target_id: tid |
|
field_syllabus: |
|
- |
|
plugin: sub_process |
|
source: field_syllabus |
|
process: |
|
target_id: fid |
|
display: display |
|
description: description |
|
field_course_number: |
|
- |
|
plugin: get |
|
source: field_course_number |
|
field_course_section: |
|
- |
|
plugin: get |
|
source: field_course_section |
|
field_course_description: |
|
- |
|
plugin: get |
|
source: field_course_description |
|
field_course_semester: |
|
- |
|
plugin: get |
|
source: field_course_semester |
|
field_course_year: |
|
- |
|
plugin: get |
|
source: field_course_year |
|
field_department: |
|
- |
|
plugin: sub_process |
|
source: field_department |
|
process: |
|
target_id: tid |
|
field_bookbag_id: |
|
- |
|
plugin: get |
|
source: field_bookbag_id |
|
field_moodle_course_id: |
|
- |
|
plugin: get |
|
source: field_moodle_course_id |
|
field_view_outline: |
|
- |
|
plugin: sub_process |
|
source: field_view_outline |
|
process: |
|
target_id: fid |
|
display: display |
|
description: description |
|
field_course_instructor: |
|
- |
|
plugin: sub_process |
|
source: field_course_instructor |
|
process: |
|
target_id: tid |
|
field_cross_listed_course: |
|
- |
|
plugin: get |
|
source: field_cross_listed_course |
|
destination: |
|
plugin: 'entity_complete:node' |
|
translations: true |
|
default_bundle: course_reserve |
|
migration_dependencies: |
|
required: |
|
- upgrade_d7_user |
|
- upgrade_d7_node_type |
|
optional: |
|
- upgrade_d7_field_instance |
|
- upgrade_d7_comment_field_instance
|
|
|