public function ParagraphsBehaviorBase::buildConfigurationForm

7 methods override ParagraphsBehaviorBase::buildConfigurationForm()
ParagraphsAccordionPlugin::buildConfigurationForm in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsAccordionPlugin.php
ParagraphsBackgroundPlugin::buildConfigurationForm in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsBackgroundPlugin.php
ParagraphsGridLayoutPlugin::buildConfigurationForm in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsGridLayoutPlugin.php
ParagraphsSliderPlugin::buildConfigurationForm in paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsSliderPlugin.php
ParagraphsStylePlugin::buildConfigurationForm in paragraphs_collection/src/Plugin/paragraphs/Behavior/ParagraphsStylePlugin.php

... See full list

File

paragraphs/src/ParagraphsBehaviorBase.php, line 54

Class

ParagraphsBehaviorBase

Namespace

Drupal\paragraphs

Code

public function buildConfigurationForm(array $form, FormStateInterface $form_state) {
  return $form;
}