public function DropdownTest::submitForm in Dropdown Attributes 8
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
- uc_dropdown_test/
src/ Form/ DropdownTest.php, line 68
Class
- DropdownTest
- Testing for Drodown Attributes UI.
Namespace
Drupal\uc_dropdown_test\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
parent::submitForm($form, $form_state);
}