You are here

public function VideoEmbedDialog::submitForm in Video Embed Field 8.2

Same name and namespace in other branches
  1. 8 modules/video_embed_wysiwyg/src/Form/VideoEmbedDialog.php \Drupal\video_embed_wysiwyg\Form\VideoEmbedDialog::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

modules/video_embed_wysiwyg/src/Form/VideoEmbedDialog.php, line 208

Class

VideoEmbedDialog
A class for a video embed dialog.

Namespace

Drupal\video_embed_wysiwyg\Form

Code

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

  // The AJAX commands were already added in the AJAX callback. Do nothing in
  // the submit form.
}