You are here

public function ViewsEmbedDialog::submitForm in Views entity embed 2.0.x

Same name and namespace in other branches
  1. 8 src/Form/ViewsEmbedDialog.php \Drupal\views_entity_embed\Form\ViewsEmbedDialog::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/ViewsEmbedDialog.php, line 466

Class

ViewsEmbedDialog
Provides a form to embed URLs.

Namespace

Drupal\views_entity_embed\Form

Code

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