You are here

public function MigrateFieldInterface::getFieldWidgetType in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldWidgetType()
  2. 10 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldWidgetType()

Get the field widget type from the source.

Parameters

\Drupal\migrate\Row $row: The field being migrated.

Return value

string The field widget type.

1 method overrides MigrateFieldInterface::getFieldWidgetType()
FieldPluginBase::getFieldWidgetType in core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
Get the field widget type from the source.

File

core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php, line 76

Class

MigrateFieldInterface
Provides an interface for all field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function getFieldWidgetType(Row $row);