Mercurial > hg > isophonics-drupal-site
annotate core/modules/field/migrations/d7_field.yml @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | |
children | 129ea1e6d783 |
rev | line source |
---|---|
Chris@14 | 1 id: d7_field |
Chris@14 | 2 label: Field configuration |
Chris@14 | 3 migration_tags: |
Chris@14 | 4 - Drupal 7 |
Chris@14 | 5 - Configuration |
Chris@14 | 6 class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration |
Chris@14 | 7 field_plugin_method: processField |
Chris@14 | 8 source: |
Chris@14 | 9 plugin: d7_field |
Chris@14 | 10 constants: |
Chris@14 | 11 status: true |
Chris@14 | 12 langcode: und |
Chris@14 | 13 process: |
Chris@14 | 14 entity_type: entity_type |
Chris@14 | 15 status: 'constants/status' |
Chris@14 | 16 langcode: 'constants/langcode' |
Chris@14 | 17 field_name: field_name |
Chris@14 | 18 type: |
Chris@14 | 19 plugin: process_field |
Chris@14 | 20 source: type |
Chris@14 | 21 method: getFieldType |
Chris@14 | 22 # Translatable is not migrated and the Drupal 8 default of true is used. |
Chris@14 | 23 # If translatable is false in field storage then the field can not be |
Chris@14 | 24 # set to translatable via the UI. |
Chris@14 | 25 #translatable: translatable |
Chris@14 | 26 cardinality: cardinality |
Chris@14 | 27 settings: |
Chris@14 | 28 plugin: d7_field_settings |
Chris@14 | 29 destination: |
Chris@14 | 30 plugin: entity:field_storage_config |