Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / field / migration_templates / d7_field.yml
1 id: d7_field
2 label: Field configuration
3 migration_tags:
4   - Drupal 7
5 class: Drupal\migrate_drupal\Plugin\migrate\FieldMigration
6 field_plugin_method: processField
7 source:
8   plugin: d7_field
9   constants:
10     status: true
11     langcode: und
12 process:
13   entity_type: entity_type
14   status: 'constants/status'
15   langcode: 'constants/langcode'
16   field_name: field_name
17   type:
18     plugin: process_field
19     source: type
20     method: getFieldType
21   # Translatable is not migrated and the Drupal 8 default of true is used.
22   # If translatable is false in field storage then the field can not be
23   # set to translatable via the UI.
24   #translatable: translatable
25   cardinality: cardinality
26   settings:
27     plugin: d7_field_settings
28 destination:
29   plugin: entity:field_storage_config