You are here

public function TestFieldsSelectionBehavior::defaultConfiguration in Paragraphs 8

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ParagraphsBehaviorBase::defaultConfiguration

File

tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestFieldsSelectionBehavior.php, line 46

Class

TestFieldsSelectionBehavior
Test plugin with field selection.

Namespace

Drupal\paragraphs_test\Plugin\paragraphs\Behavior

Code

public function defaultConfiguration() {
  return [
    'field_selection' => '',
    'field_selection_filter' => '',
  ];
}