You are here

public function BrightcoveTextTrackSettingsForm::submitForm in Brightcove Video Connect 8

Same name and namespace in other branches
  1. 8.2 src/Form/BrightcoveTextTrackSettingsForm.php \Drupal\brightcove\Form\BrightcoveTextTrackSettingsForm::submitForm()
  2. 3.x src/Form/BrightcoveTextTrackSettingsForm.php \Drupal\brightcove\Form\BrightcoveTextTrackSettingsForm::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/BrightcoveTextTrackSettingsForm.php, line 27

Class

BrightcoveTextTrackSettingsForm
Class BrightcoveTextTrackSettingsForm.

Namespace

Drupal\brightcove\Form

Code

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

  // Empty implementation of the abstract submit class.
}