You are here

public function StyleguideForm::submitForm in Style Guide 2.x

Same name and namespace in other branches
  1. 8 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\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {

  // TODO: Implement submitForm() method.
}