function public static function FormInterface::submitForm
8.x-3.x FormInterface.php | public static FormInterface::submitForm(array &$form, FormStateInterface $form_state) |
Form submission handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Class
- FormInterface
- Defines the interface for an object oriented form alter.
Namespace
Drupal\bootstrap\Plugin\FormSource src/Plugin/Form/FormInterface.php (line 69)
public static function submitForm(array &$form, FormStateInterface $form_state);