public 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.
File
- core/lib/Drupal/Core/Form/FormInterface.php, line 51
Class
- FormInterface
- Provides an interface for a Form.
Namespace
Drupal\Core\Form
Code
public function submitForm(array &$form, FormStateInterface $form_state);
Please login to continue.