public function ParagraphsBehaviorBase::submitConfigurationForm

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

... See full list

File

paragraphs/src/ParagraphsBehaviorBase.php, line 66

Class

ParagraphsBehaviorBase

Namespace

Drupal\paragraphs

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
}