You are here

public function FormBuilderPropertyInterface::submit in Form Builder 7

Submit handler for the editing form().

This function is responsible to store the new value into the $form_state. The value must be located at $form_state['values'][$property].

Parameters

array $form_state: Form API form_state of the field configure form.

1 method overrides FormBuilderPropertyInterface::submit()
FormBuilderPropertyBase::submit in ./form_builder.classes.inc
Submit handler for the editing form().

File

./form_builder.classes.inc, line 955

Class

FormBuilderPropertyInterface

Code

public function submit($form, &$form_state);