You are here

public function MigrateCckFieldInterface::getFieldFormatterMap in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface::getFieldFormatterMap()

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

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

Return value

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

1 call to MigrateCckFieldInterface::getFieldFormatterMap()
CckFieldPluginBase::processFieldFormatter in core/modules/migrate_drupal/src/Plugin/migrate/cckfield/CckFieldPluginBase.php
Apply any custom processing to the field formatter migration.
4 methods override MigrateCckFieldInterface::getFieldFormatterMap()
FileField::getFieldFormatterMap in core/modules/file/src/Plugin/migrate/cckfield/FileField.php
Get a map between D6 formatters and D8 formatters for this field type.
LinkField::getFieldFormatterMap in core/modules/link/src/Plugin/migrate/cckfield/LinkField.php
Get a map between D6 formatters and D8 formatters for this field type.
TaxonomyTermReference::getFieldFormatterMap in core/modules/taxonomy/src/Plugin/migrate/cckfield/TaxonomyTermReference.php
Get a map between D6 formatters and D8 formatters for this field type.
TextField::getFieldFormatterMap in core/modules/text/src/Plugin/migrate/cckfield/TextField.php
Get a map between D6 formatters and D8 formatters for this field type.

File

core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php, line 59
Contains \Drupal\migrate_drupal\Plugin\MigrateCckFieldInterface.

Class

MigrateCckFieldInterface
Provides an interface for all CCK field type plugins.

Namespace

Drupal\migrate_drupal\Plugin

Code

public function getFieldFormatterMap();