Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateFieldInterface.php

function 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\Plugin

Code

public function getFieldWidgetMap();
RSS feed
Powered by Drupal