function ExampleConfigEntityExistingForm::submitForm
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExistingForm::submitForm()
Overrides FormInterface::submitForm
File
-
tests/
modules/ ctools_wizard_test/ src/ Form/ ExampleConfigEntityExistingForm.php, line 33
Class
- ExampleConfigEntityExistingForm
- Simple wizard step form.
Namespace
Drupal\ctools_wizard_test\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Do nothing!
}