public function ParagraphsAccordionPlugin::submitConfigurationForm

Overrides ParagraphsBehaviorBase::submitConfigurationForm

File

paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsAccordionPlugin.php, line 91

Class

ParagraphsAccordionPlugin
Provides a way to define accordion effect.

Namespace

Drupal\paragraphs_collection_demo\Plugin\paragraphs\Behavior

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
  $this->configuration['paragraph_accordion_field'] = $form_state
    ->getValue('paragraph_accordion_field');
}