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
Namespace
Drupal\filebrowser\Entity\FormCode
public function submitForm(array &$form, array &$form_state) {
// Empty implementation of the abstract submit class.
}