function MigrateFieldInterface::getFieldFormatterType
Same name in other branches
- 9 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldFormatterType()
- 8.9.x core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldFormatterType()
- 10 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldFormatterType()
Get the field formatter type from the source.
Parameters
\Drupal\migrate\Row $row: The field being migrated.
Return value
string The field formatter type.
1 method overrides MigrateFieldInterface::getFieldFormatterType()
- FieldPluginBase::getFieldFormatterType in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ FieldPluginBase.php - Get the field formatter type from the source.
File
-
core/
modules/ migrate_drupal/ src/ Plugin/ MigrateFieldInterface.php, line 55
Class
- MigrateFieldInterface
- Provides an interface for all field type plugins.
Namespace
Drupal\migrate_drupal\PluginCode
public function getFieldFormatterType(Row $row);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.