public function ExampleConfigEntityExternalForm::submitForm in Chaos Tool Suite (ctools) 8.3
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
- 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.
}