Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
37
web/core/modules/rdf/migrations/d7_rdf_mapping.yml
Normal file
37
web/core/modules/rdf/migrations/d7_rdf_mapping.yml
Normal file
|
@ -0,0 +1,37 @@
|
|||
id: d7_rdf_mapping
|
||||
label: Drupal 7 RDF Mappings
|
||||
migration_tags:
|
||||
- Drupal 7
|
||||
- Configuration
|
||||
source:
|
||||
plugin: d7_rdf_mapping
|
||||
process:
|
||||
id:
|
||||
plugin: concat
|
||||
source:
|
||||
- type
|
||||
- bundle
|
||||
delimiter: .
|
||||
targetEntityType: type
|
||||
bundle: bundle
|
||||
types: 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:
|
||||
optional:
|
||||
- d7_comment_type
|
||||
- d7_node_type
|
||||
- d7_taxonomy_vocabulary
|
Reference in a new issue