You are here

public function CustomTextComponent::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.

Overrides FormComponentInterface::extractFormValues

File

src/Plugin/FormComponentType/CustomTextComponent.php, line 82

Class

CustomTextComponent
Component class for field widgets.

Namespace

Drupal\flexiform\Plugin\FormComponentType

Code

public function extractFormValues(array $form, FormStateInterface $form_state) {

  // No form values to extract.
}