public function ParagraphsBehaviorBase::defaultConfiguration in Paragraphs 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
2 calls to ParagraphsBehaviorBase::defaultConfiguration()
- ParagraphsBehaviorBase::setConfiguration in src/
ParagraphsBehaviorBase.php - Sets the configuration for this plugin instance.
- ParagraphsBehaviorBase::__construct in src/
ParagraphsBehaviorBase.php - Constructs a ParagraphsBehaviorBase object.
2 methods override ParagraphsBehaviorBase::defaultConfiguration()
- TestFieldsSelectionBehavior::defaultConfiguration in tests/
modules/ paragraphs_test/ src/ Plugin/ paragraphs/ Behavior/ TestFieldsSelectionBehavior.php - Gets default configuration for this plugin.
- TestTextColorBehavior::defaultConfiguration in tests/
modules/ paragraphs_test/ src/ Plugin/ paragraphs/ Behavior/ TestTextColorBehavior.php - Gets default configuration for this plugin.
File
- src/
ParagraphsBehaviorBase.php, line 71
Class
Namespace
Drupal\paragraphsCode
public function defaultConfiguration() {
return [];
}