You are here

public function MigrateFieldInterface::getFieldFormatterMap 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::getFieldFormatterMap()
  2. 10 core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateFieldInterface::getFieldFormatterMap()

Get a map between D6 formatters and D8 formatters for this field type.

This is used by static::alterFieldFormatterMigration() in the base class.

Return value

array The keys are D6 formatters and the values are D8 formatters.

1 method overrides MigrateFieldInterface::getFieldFormatterMap()
FieldPluginBase::getFieldFormatterMap in core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
Get a map between D6 formatters and D8 formatters for this field type.

File

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

Class

MigrateFieldInterface
Provides an interface for all field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function getFieldFormatterMap();