Overview
Migrate plugins provide extra migration plugins to make your content migrations from Drupal 7 to Drupal 8/9 flexible.
Source Plugins
- d7_bean - Migrate Drupal 7 Beans of specific type to other solutions in Drupal 8.
- d7_cas_user - Migrate CAS user names from Drupal 7 to Drupal 8.
- d7_field_data - Use this to migrate content from a single raw field data in Drupal 7 into other kinds of Drupal 8/9 entities.
- d7_multi_node - migrate d7 entityreference or Organic Groups membership data to Drupal 8/9.
Processor Plugins
- conditional_default_value - provide a fallback field via
default_value_fieldif source field is empty - field_value_deltas - set a delta value on multi-cardinality fields so each value array item has a delta, the primary use is in conjunction with d7_field_data plugin.
- field_value_row_id
- media_embed - convert Drupal 7
[media]shortcodes in HTML fields to<drupal-entity>embed codes for Drupal 8. - normalize_internal_uri - convert Drupal 7 root relative routes to Drupal 8
internal://URIs. - redirect_migration_lookup -
- remove_redirect_for_source_path - a way to remove redirects during entity migration
- remove_url_alias_for_path - a way to remove path/alias during entity migration
- d7_skip_empty_vocabulary - skip migrating terms with empty vid, or empty vocabularies with no terms
- skip_entity_duplicate - skip duplicate entities
- skip_on_fields_match - skip migration when one field value matches another field value
Supporting organizations:
Module developed for migration of Indiana University website.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Developer tools
- Created by citlacom on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.

