function MigrateFieldInterface::getFieldWidgetMap

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldWidgetMap()
  2. 10 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldWidgetMap()
  3. 11.x 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\Plugin

Code

public function getFieldWidgetMap();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.