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.
66 lines
1.4 KiB
66 lines
1.4 KiB
2 years ago
|
uuid: 944bec10-365e-4773-9cb5-14d5c04f1714
|
||
|
langcode: en
|
||
|
status: true
|
||
|
dependencies: { }
|
||
|
id: upgrade_d7_rdf_mapping
|
||
|
class: Drupal\migrate\Plugin\Migration
|
||
|
field_plugin_method: null
|
||
|
cck_plugin_method: null
|
||
|
migration_tags:
|
||
|
- 'Drupal 7'
|
||
|
- Configuration
|
||
|
migration_group: migrate_drupal_7
|
||
|
label: 'Drupal 7 RDF Mappings'
|
||
|
source:
|
||
|
plugin: d7_rdf_mapping
|
||
|
process:
|
||
|
id:
|
||
|
-
|
||
|
plugin: concat
|
||
|
source:
|
||
|
- type
|
||
|
- bundle
|
||
|
delimiter: .
|
||
|
targetEntityType:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: type
|
||
|
-
|
||
|
plugin: static_map
|
||
|
map:
|
||
|
field_collection_item: paragraph
|
||
|
paragraphs_item: paragraph
|
||
|
bypass: true
|
||
|
bundle:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: bundle
|
||
|
types:
|
||
|
-
|
||
|
plugin: get
|
||
|
source: types
|
||
|
fieldMappings:
|
||
|
-
|
||
|
plugin: sub_process
|
||
|
source: fieldMappings
|
||
|
process:
|
||
|
properties: predicates
|
||
|
datatype: datatype
|
||
|
datatype_callback/callable:
|
||
|
plugin: static_map
|
||
|
source: callback
|
||
|
bypass: true
|
||
|
map:
|
||
|
date_iso8601: 'Drupal\rdf\CommonDataConverter::dateIso8601Value'
|
||
|
mapping_type: type
|
||
|
destination:
|
||
|
plugin: 'entity:rdf_mapping'
|
||
|
migration_dependencies:
|
||
|
required: { }
|
||
|
optional:
|
||
|
- upgrade_d7_comment_type
|
||
|
- upgrade_d7_node_type
|
||
|
- upgrade_d7_taxonomy_vocabulary
|
||
|
- upgrade_d7_field_collection_type
|
||
|
- upgrade_d7_paragraphs_type
|