public function ParagraphsItem::defaultConfiguration

Overrides FieldableEntity::defaultConfiguration

File

paragraphs/src/Plugin/migrate/source/d7/ParagraphsItem.php, line 39

Class

ParagraphsItem
Paragraphs Item source plugin.

Namespace

Drupal\paragraphs\Plugin\migrate\source\d7

Code

public function defaultConfiguration() {
  return [
    'bundle' => '',
  ] + parent::defaultConfiguration();
}