You are here

public function BrightcovePlaylistSettingsForm::submitForm in Brightcove Video Connect 3.x

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

Class

BrightcovePlaylistSettingsForm
Builds form for playlist settings.

Namespace

Drupal\brightcove\Form

Code

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

  // Empty implementation of the abstract submit class.
}