public function ParagraphsBehaviorBase::defaultConfiguration

2 calls to ParagraphsBehaviorBase::defaultConfiguration()
ParagraphsBehaviorBase::setConfiguration in paragraphs/src/ParagraphsBehaviorBase.php
ParagraphsBehaviorBase::__construct in paragraphs/src/ParagraphsBehaviorBase.php
Constructs a ParagraphsBehaviorBase object.
7 methods override ParagraphsBehaviorBase::defaultConfiguration()
ParagraphsAccordionPlugin::defaultConfiguration in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsAccordionPlugin.php
ParagraphsBackgroundPlugin::defaultConfiguration in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsBackgroundPlugin.php
ParagraphsGridLayoutPlugin::defaultConfiguration in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsGridLayoutPlugin.php
ParagraphsSliderPlugin::defaultConfiguration in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsSliderPlugin.php
ParagraphsStylePlugin::defaultConfiguration in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsStylePlugin.php

... See full list

File

paragraphs/src/ParagraphsBehaviorBase.php, line 71

Class

ParagraphsBehaviorBase

Namespace

Drupal\paragraphs

Code

public function defaultConfiguration() {
  return [];
}