23 classes are annotated with MigrateField
- D6FileField in core/
modules/ migrate_drupal/ tests/ modules/ migrate_field_plugin_manager_test/ src/ Plugin/ migrate/ field/ D6FileField.php - Plugin annotation @MigrateField( id = "d6_file", core = {6}, type_map = { "file" = "file" }, source_module = "foo", destination_module = "bar" )
- D6NoCoreVersionSpecified in core/
modules/ migrate_drupal/ tests/ modules/ migrate_field_plugin_manager_test/ src/ Plugin/ migrate/ field/ D6NoCoreVersionSpecified.php - Plugin annotation @MigrateField( id = "d6_no_core_version_specified", source_module = "foo", destination_module = "bar", )
- DateField in core/
modules/ datetime/ src/ Plugin/ migrate/ field/ d6/ DateField.php - Plugin annotation @MigrateField( id = "date", type_map = { "date" = "datetime", "datestamp" = "timestamp", "datetime" = "datetime", }, core = {6}, source_module = "date", destination_module = "datetime", weight = 9999999, )
- DateField in core/
modules/ datetime/ src/ Plugin/ migrate/ field/ DateField.php - Provides a field plugin for date and time fields.
- Email in core/
modules/ field/ src/ Plugin/ migrate/ field/ Email.php - MigrateField Plugin for Drupal 6 and 7 email fields.
- EntityReference in core/
modules/ field/ src/ Plugin/ migrate/ field/ d7/ EntityReference.php - MigrateField plugin for Drupal 7 entity_reference fields.
- FieldLeft in core/
modules/ migrate_drupal/ tests/ modules/ migrate_state_finished_test/ src/ Plugin/ migrate/ field/ FieldLeft.php - Field migration for testing migration states.
- FieldRight in core/
modules/ migrate_drupal/ tests/ modules/ migrate_state_finished_test/ src/ Plugin/ migrate/ field/ FieldRight.php - Field migration for testing migration states.
- FileField in core/
modules/ file/ src/ Plugin/ migrate/ field/ d7/ FileField.php - Plugin annotation @MigrateField( id = "file", core = {7}, source_module = "file", destination_module = "file" )
- FileField in core/
modules/ file/ src/ Plugin/ migrate/ field/ d6/ FileField.php - Plugin annotation @MigrateField( id = "filefield", core = {6}, source_module = "filefield", destination_module = "file" )
- ImageField in core/
modules/ image/ src/ Plugin/ migrate/ field/ d7/ ImageField.php - Plugin annotation @MigrateField( id = "image", core = {7}, source_module = "image", destination_module = "image" )
- ImageField in core/
modules/ image/ src/ Plugin/ migrate/ field/ d6/ ImageField.php - Plugin annotation @MigrateField( id = "imagefield", core = {6}, source_module = "imagefield", destination_module = "image" )
- LinkField in core/
modules/ link/ src/ Plugin/ migrate/ field/ d6/ LinkField.php - Plugin annotation @MigrateField( id = "link", core = {6}, type_map = { "link" = "link", }, source_module = "link", destination_module = "link" )
- ListField in core/
modules/ options/ src/ Plugin/ migrate/ field/ d7/ ListField.php - Plugin annotation @MigrateField( id = "list", type_map = { "list_boolean" = "boolean", "list_integer" = "list_integer", "list_text" = "list_string", "list_float" = "list_float", }, core = {7}, source_module = "list", …
- NodeReference in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ NodeReference.php - Plugin annotation @MigrateField( id = "nodereference", core = {6}, type_map = { "nodereference" = "entity_reference", }, source_module = "nodereference", destination_module = "core", )
- NumberField in core/
modules/ field/ src/ Plugin/ migrate/ field/ d7/ NumberField.php - MigrateField plugin for Drupal 7 number fields.
- OptionsField in core/
modules/ options/ src/ Plugin/ migrate/ field/ d7/ OptionsField.php - Plugin annotation @MigrateField( id = "options", core = {7}, source_module = "options", destination_module = "options" )
- OptionWidgetsField in core/
modules/ options/ src/ Plugin/ migrate/ field/ d6/ OptionWidgetsField.php - Plugin annotation @MigrateField( id = "optionwidgets", core = {6}, source_module = "optionwidgets", destination_module = "options" )
- PhoneField in core/
modules/ telephone/ src/ Plugin/ migrate/ field/ d7/ PhoneField.php - Plugin annotation @MigrateField( id = "phone", type_map = { "phone" = "telephone", }, core = {7}, source_module = "phone", destination_module = "telephone" )
- TaxonomyTermReference in core/
modules/ taxonomy/ src/ Plugin/ migrate/ field/ TaxonomyTermReference.php - Plugin annotation @MigrateField( id = "taxonomy_term_reference", type_map = { "taxonomy_term_reference" = "entity_reference" }, core = {6,7}, source_module = "taxonomy", destination_module = "core", )
- TextField in core/
modules/ text/ src/ Plugin/ migrate/ field/ d6/ TextField.php - Plugin annotation @MigrateField( id = "d6_text", type_map = { "text" = "text", "text_long" = "text_long", "text_with_summary" = "text_with_summary" }, core = {6}, source_module = "text", destination_module = "text", )
- TextField in core/
modules/ text/ src/ Plugin/ migrate/ field/ d7/ TextField.php - Plugin annotation @MigrateField( id = "d7_text", type_map = { "text" = "text", "text_long" = "text_long", "text_with_summary" = "text_with_summary" }, core = {7}, source_module = "text", destination_module = "text", )
- UserReference in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ UserReference.php - Plugin annotation @MigrateField( id = "userreference", core = {6}, type_map = { "userreference" = "entity_reference", }, source_module = "userreference", destination_module = "core", )
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.