public function StyleguideForm::submitForm in Style Guide 8
Same name and namespace in other branches
- 2.x src/Form/StyleguideForm.php \Drupal\styleguide\Form\StyleguideForm::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
- src/
Form/ StyleguideForm.php, line 250
Class
- StyleguideForm
- Defines a form builder to display form controls in style guide.
Namespace
Drupal\styleguide\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// TODO: Implement submitForm() method.
}