You are here

public function NameItem::getFieldWidgetMap in Name 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/NameItem.php, line 32

Class

NameItem
Name migrate plugin.

Namespace

Drupal\name\Plugin\migrate\cckfield

Code

public function getFieldWidgetMap() {
  return [
    'name_widget' => 'name_default',
  ];
}