namespace Drupal\options\Plugin\migrate\field\d7

Same name in other branches
  1. 8.9.x Drupal\options\Plugin\migrate\field\d7
  2. 10 Drupal\options\Plugin\migrate\field\d7
  3. 11.x Drupal\options\Plugin\migrate\field\d7
Object name File name Summary
ListField 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",
OptionsField core/modules/options/src/Plugin/migrate/field/d7/OptionsField.php Plugin annotation

@MigrateField(
id = "options",
core = {7},
source_module = "options",
destination_module = "options"
)

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.