public function MigrateCckFieldInterface::getFieldWidgetMap in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface::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 MigrateCckFieldInterface::getFieldWidgetMap()
- CckFieldPluginBase::getFieldWidgetMap in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ cckfield/ CckFieldPluginBase.php - Get a map between D6 and D8 widgets for this field type.
File
- core/
modules/ migrate_drupal/ src/ Plugin/ MigrateCckFieldInterface.php, line 67 - Contains \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface.
Class
- MigrateCckFieldInterface
- Provides an interface for all CCK field type plugins.
Namespace
Drupal\migrate_drupal\PluginCode
public function getFieldWidgetMap();