You are here

public function FormElementComponentType::addComponentFormSubmit in Flexiform 8

Submit the add component options form.

Make sure the desired options values are set to the same parents as the supplied form element.

Parameters

array $form: The part of the form array that should contain the component plugin settings.

\Drupal\Core\Form\FormStateInterface $form_state: The form state.

Overrides FormComponentTypeCreateableBase::addComponentFormSubmit

File

src/Plugin/FormComponentType/FormElementComponentType.php, line 132

Class

FormElementComponentType
Plugin for field widget component types.

Namespace

Drupal\flexiform\Plugin\FormComponentType

Code

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