You are here

public function GridStackVariantSelectionForm::submitForm in GridStack 8.2

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

modules/gridstack_ui/src/Form/GridStackVariantSelectionForm.php, line 219

Class

GridStackVariantSelectionForm
Provides variant selection form.

Namespace

Drupal\gridstack_ui\Form

Code

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

  // @todo pass vid to layout_settings.
}