public function Paragraphs::defaultConfiguration in Paragraphs 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides Text::defaultConfiguration
File
- src/
Feeds/ Target/ Paragraphs.php, line 57
Class
- Paragraphs
- Feeds target plugin for Paragraphs fields.
Namespace
Drupal\paragraphs\Feeds\TargetCode
public function defaultConfiguration() {
return parent::defaultConfiguration() + [
'paragraphs_type' => NULL,
'paragraph_field' => NULL,
];
}