This project is not covered by Drupal’s security advisory policy.
This module allows skipping field by entity, bundle, name, or type.
Features
The module uses the following settings:
// Optional. Drupal core version of source site. Either '6' or '7'. Defaults to '7'.
$settings['migrate_skip_fields_source_version'] = '7';
// Optional. Skip by entity type, bundle, and field name. An asterisk serves as a wildcard to skip all values of one component.
$settings['migrate_skip_fields_by_name'] = [
'entity_type:bundle:field_name',
'entity_type:bundle:*',
'entity_type:*:field_name',
'*:*:field_name',
];
// Optional. Skip by field type. See hook_field_info. Alternatively, see the content_node_field table in Drupal 6 or the field_config table in Drupal 7.
$settings['migrate_skip_fields_by_type'] = [
'field_type_1',
'field_type_2',
];
Supporting organizations:
Sponsored development
Sponsored development
Project information
- Project categories: Import and export
- Ecosystem: Migrate
84 sites report using this module
- Created by dinarcon on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
Releases
1.0.0-alpha6
released 10 November 2024
Works with Drupal: ^9 || ^10 || ^11
Fixes issue with migrate_skip_fields_source_version setting
Install:
Development version: 1.0.x-dev updated 10 Nov 2024 at 22:50 UTC
