function 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\PluginCode
public function getFieldWidgetType(Row $row);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.