function MigrateFieldInterface::getFieldWidgetMap
Same name in other branches
- 9 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldWidgetMap()
- 8.9.x core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldWidgetMap()
- 10 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldWidgetMap()
Get a map between D6 and D8 widgets for this field type.
Return value
array The keys are D6 field widget types and the values D8 widgets.
1 method overrides MigrateFieldInterface::getFieldWidgetMap()
- FieldPluginBase::getFieldWidgetMap in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ FieldPluginBase.php - Get a map between D6 and D8 widgets for this field type.
File
-
core/
modules/ migrate_drupal/ src/ Plugin/ MigrateFieldInterface.php, line 84
Class
- MigrateFieldInterface
- Provides an interface for all field type plugins.
Namespace
Drupal\migrate_drupal\PluginCode
public function getFieldWidgetMap();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.