public function EmvideoField::getFieldWidgetMap in Video Embed Field 8
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.
Overrides FieldPluginBase::getFieldWidgetMap
File
- src/
Plugin/ migrate/ cckfield/ EmvideoField.php, line 42
Class
- EmvideoField
- Plugin to migrate from the Drupal 6 emfield module.
Namespace
Drupal\video_embed_field\Plugin\migrate\cckfieldCode
public function getFieldWidgetMap() {
return [
'emvideo_textfields' => 'video_embed_field_textfield',
];
}