You are here

public function ParagraphsItem::defaultConfiguration in Paragraphs 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides FieldableEntity::defaultConfiguration

File

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();
}