public function TestFieldsSelectionBehavior::defaultConfiguration

Overrides ParagraphsBehaviorBase::defaultConfiguration

File

paragraphs/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' => '',
  ];
}