function FieldPluginBase::getFieldFormatterMap
Same name in other branches
- 8.9.x core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php \Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase::getFieldFormatterMap()
- 10 core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php \Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase::getFieldFormatterMap()
- 11.x core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php \Drupal\migrate_drupal\Plugin\migrate\field\FieldPluginBase::getFieldFormatterMap()
Overrides MigrateFieldInterface::getFieldFormatterMap
1 call to FieldPluginBase::getFieldFormatterMap()
- FieldPluginBase::alterFieldFormatterMigration in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ FieldPluginBase.php - Apply any custom processing to the field formatter migration.
11 methods override FieldPluginBase::getFieldFormatterMap()
- DateField::getFieldFormatterMap in core/
modules/ datetime/ src/ Plugin/ migrate/ field/ DateField.php - Get a map between D6 formatters and D8 formatters for this field type.
- Email::getFieldFormatterMap in core/
modules/ field/ src/ Plugin/ migrate/ field/ Email.php - Get a map between D6 formatters and D8 formatters for this field type.
- EntityReference::getFieldFormatterMap in core/
modules/ field/ src/ Plugin/ migrate/ field/ d7/ EntityReference.php - Get a map between D6 formatters and D8 formatters for this field type.
- FileField::getFieldFormatterMap in core/
modules/ file/ src/ Plugin/ migrate/ field/ d6/ FileField.php - Get a map between D6 formatters and D8 formatters for this field type.
- LinkField::getFieldFormatterMap in core/
modules/ link/ src/ Plugin/ migrate/ field/ d6/ LinkField.php - Get a map between D6 formatters and D8 formatters for this field type.
File
-
core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ field/ FieldPluginBase.php, line 58
Class
- FieldPluginBase
- The base class for all field plugins.
Namespace
Drupal\migrate_drupal\Plugin\migrate\fieldCode
public function getFieldFormatterMap() {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.