You are here

namespace Drupal\field\Plugin\migrate\process\d7 in Drupal 10

Same name in other branches
  1. 8 Drupal\field\Plugin\migrate\process\d7
  2. 9 Drupal\field\Plugin\migrate\process\d7
Classsort descending Location Description
FieldBundle core/modules/field/src/Plugin/migrate/process/d7/FieldBundle.php Determines the bundle for a field.
FieldInstanceDefaults core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php Plugin annotation @MigrateProcessPlugin( id = "d7_field_instance_defaults" )
FieldInstanceOptionTranslation core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceOptionTranslation.php Determines the settings property and translation for boolean fields.
FieldInstanceSettings core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php Plugin annotation @MigrateProcessPlugin( id = "d7_field_instance_settings" )
FieldOptionTranslation core/modules/field/src/Plugin/migrate/process/d7/FieldOptionTranslation.php Determines the allowed values translation for select lists.
FieldSettings core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php Plugin annotation @MigrateProcessPlugin( id = "d7_field_settings" )
FieldTypeDefaults core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php Gives us a chance to set per field defaults.