public function TestTextColorBehavior::submitConfigurationForm

Overrides ParagraphsBehaviorBase::submitConfigurationForm

File

paragraphs/tests/modules/paragraphs_test/src/Plugin/paragraphs/Behavior/TestTextColorBehavior.php, line 49

Class

TestTextColorBehavior
Provides a test feature plugin.

Namespace

Drupal\paragraphs_test\Plugin\paragraphs\Behavior

Code

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