public function Paragraphs::getFieldFormatterMap

File

paragraphs/src/Plugin/migrate/field/Paragraphs.php, line 104

Class

Paragraphs
Field Plugin for paragraphs migrations.

Namespace

Drupal\paragraphs\Plugin\migrate\field

Code

public function getFieldFormatterMap() {
  return [
    'paragraphs_view' => 'entity_reference_revisions_entity_view',
  ] + parent::getFieldFormatterMap();
}