You are here

public function GridDialog::submitForm in CKEditor Bootstrap Grid 2.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/GridDialog.php, line 591

Class

GridDialog
Creates a grid dialog form for use in CKEditor.

Namespace

Drupal\ckeditor_bs_grid\Form

Code

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

  // Nothing needed here.
}