Update to drupal 8.0.0-rc1. For more information, see https://www.drupal.org/node/2582663

This commit is contained in:
Greg Anderson 2015-10-08 11:40:12 -07:00
parent eb34d130a8
commit f32e58e4b1
8476 changed files with 211648 additions and 170042 deletions

View file

@ -1,5 +1,5 @@
id: d6_profile_values
label: Drupal 6 profile values
label: Profile values
migration_tags:
- Drupal 6
builder:

View file

@ -1,5 +1,5 @@
id: d6_user
label: Drupal 6 user accounts
label: User accounts
migration_tags:
- Drupal 6
source:

View file

@ -1,5 +1,5 @@
id: d6_user_contact_settings
label: Drupal 6 user contact settings
label: User contact settings
migration_tags:
- Drupal 6
source:

View file

@ -1,5 +1,5 @@
id: d6_user_picture_file
label: Drupal 6 user pictures
label: User pictures
migration_tags:
- Drupal 6
source:

View file

@ -1,5 +1,5 @@
id: d6_user_role
label: Drupal 6 user roles
label: User roles
migration_tags:
- Drupal 6
source:

View file

@ -1,5 +1,5 @@
id: d6_user_settings
label: Drupal 6 user configuration
label: User configuration
migration_tags:
- Drupal 6
source:

View file

@ -1,5 +1,5 @@
id: d7_user
label: Drupal 7 user accounts
label: User accounts
migration_tags:
- Drupal 7
builder:

View file

@ -1,4 +1,5 @@
id: d7_user_flood
label: User flood configuration
migration_tags:
- Drupal 7
source:

View file

@ -1,5 +1,5 @@
id: d7_user_role
label: Drupal 7 user roles
label: User roles
migration_tags:
- Drupal 7
source:

View file

@ -23,7 +23,7 @@ process:
field_name: 'constants/name'
type: 'constants/type'
options: 'constants/options'
'options/type': @type
'options/type': '@type'
destination:
plugin: component_entity_display
migration_dependencies:

View file

@ -22,7 +22,7 @@ process:
form_mode: 'constants/form_mode'
type: 'constants/type'
options: 'constants/options'
'options/type': @type
'options/type': '@type'
destination:
plugin: component_entity_form_display
migration_dependencies:

View file

@ -27,9 +27,9 @@ process:
selection: list_default
textfield: text_default
textarea: text_default
url: link_default
url: link
options: 'constants/options'
'options/type': @type
'options/type': '@type'
hidden:
plugin: static_map
source: visibility
@ -39,3 +39,6 @@ process:
4: true # PROFILE_HIDDEN
destination:
plugin: component_entity_display
migration_dependencies:
required:
- user_profile_field_instance

View file

@ -27,11 +27,11 @@ process:
textarea: text_textarea
url: link_default
options: 'constants/options'
'options/type': @type
'options/type': '@type'
'options/settings':
plugin: field_instance_widget_settings
source:
- @type
- '@type'
- 'constants/empty' # we don't have any settings.
'options/settings/display_label': # Single on/off checkboxes need to have display_label = true otherwise their label doesn't show.
plugin: static_map
@ -48,3 +48,6 @@ process:
4: true # PROFILE_HIDDEN
destination:
plugin: component_entity_form_display
migration_dependencies:
required:
- user_profile_field_instance