W3cubDocs

/Drupal 8

public function FormSubmitterInterface::doSubmitForm

public FormSubmitterInterface::doSubmitForm(&$form, FormStateInterface &$form_state)

Handles the submitted form, executing callbacks and processing responses.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

null|\Symfony\Component\HttpFoundation\Response If a response was set by a submit handler, or if the form needs to redirect, a Response object will be returned.

File

core/lib/Drupal/Core/Form/FormSubmitterInterface.php, line 22

Class

FormSubmitterInterface
Provides an interface for processing form submissions.

Namespace

Drupal\Core\Form

Code

public function doSubmitForm(&$form, FormStateInterface &$form_state);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Form!FormSubmitterInterface.php/function/FormSubmitterInterface::doSubmitForm/8.1.x