public function FormComponentInterface::extractFormValues in Flexiform 8
Extract the form values.
Parameters
array $form: The section of the form corresponding to this component.
\Drupal\Core\Form\FormStateInterface $form_state: The form state.
4 methods override FormComponentInterface::extractFormValues()
- CustomTextComponent::extractFormValues in src/
Plugin/ FormComponentType/ CustomTextComponent.php - Extract the form values.
- ExtraFieldComponent::extractFormValues in src/
Plugin/ FormComponentType/ ExtraFieldComponent.php - Extract the form values.
- FieldWidgetComponent::extractFormValues in src/
Plugin/ FormComponentType/ FieldWidgetComponent.php - Extract the form values.
- FormElementComponent::extractFormValues in src/
Plugin/ FormComponentType/ FormElementComponent.php - Extract the form values.
File
- src/
FormComponent/ FormComponentInterface.php, line 33
Class
- FormComponentInterface
- Interface for form component plugins.
Namespace
Drupal\flexiform\FormComponentCode
public function extractFormValues(array $form, FormStateInterface $form_state);