public function ParagraphsBackgroundPlugin::submitConfigurationForm

Overrides ParagraphsBehaviorBase::submitConfigurationForm

File

paragraphs_collection/modules/paragraphs_collection_demo/src/Plugin/paragraphs/Behavior/ParagraphsBackgroundPlugin.php, line 74

Class

ParagraphsBackgroundPlugin
Provides a background image feature plugin.

Namespace

Drupal\paragraphs_collection_demo\Plugin\paragraphs\Behavior

Code

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