You are here

public function FlaggingCollectionSettingsForm::submitForm in Flag Lists 4.0.x

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

Class

FlaggingCollectionSettingsForm
Form for setting Flagging Collection properties.

Namespace

Drupal\flag_lists\Form

Code

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

  // Empty implementation of the abstract submit class.
}