public function StubForm::submitForm in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/Form/StubForm.php \Drupal\system\Tests\Form\StubForm::submitForm()
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.
Overrides FormInterface::submitForm
File
- core/
modules/ system/ src/ Tests/ Form/ StubForm.php, line 62 - Contains \Drupal\system\Tests\Form\StubForm.
Class
- StubForm
- Provides a stub form for testing purposes.
Namespace
Drupal\system\Tests\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}