You are here

public function FilebrowserSettingsForm::submitForm in Filebrowser 8

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: An associative array containing the current state of the form.

Overrides FormInterface::submitForm

File

lib/Drupal/filebrowser/Entity/Form/FilebrowserSettingsForm.php, line 27
Defines Drupal\filebrowser\Entity\Form\FilebrowserSettingsForm.

Class

FilebrowserSettingsForm

Namespace

Drupal\filebrowser\Entity\Form

Code

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

  // Empty implementation of the abstract submit class.
}