function ExampleConfigEntityExternalForm::submitForm
Same name in other branches
- 8.x-3.x tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExternalForm.php \Drupal\ctools_wizard_test\Form\ExampleConfigEntityExternalForm::submitForm()
Overrides FormInterface::submitForm
File
-
tests/
modules/ ctools_wizard_test/ src/ Form/ ExampleConfigEntityExternalForm.php, line 64
Class
- ExampleConfigEntityExternalForm
- Example form config entity.
Namespace
Drupal\ctools_wizard_test\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Don't do anything.
}