function AjaxCssForm::submitForm

Same name in other branches
  1. 9 core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php \Drupal\ckeditor_test\Form\AjaxCssForm::submitForm()

Overrides FormInterface::submitForm

File

core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php, line 69

Class

AjaxCssForm
A form for testing delivery of CSS to CKEditor via AJAX.

Namespace

Drupal\ckeditor_test\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
    // Nothing to do here.
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.