public function PropertyInterface::submit in Form Builder 7.2
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 PropertyInterface::submit()
- PropertyBase::submit in src/
PropertyBase.php - Submit handler for the editing form().
File
- src/
PropertyInterface.php, line 26
Class
Namespace
Drupal\form_builderCode
public function submit($form, &$form_state);