You are here

public function MarkdownFilterTipsForm::submitForm in Markdown 3.0.x

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/MarkdownFilterTipsForm.php, line 233

Class

MarkdownFilterTipsForm

Namespace

Drupal\markdown\Form

Code

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

  // Intentionally left blank. This form doesn't actually submit anything.
}