You are here

public function ActionsForm::submitForm in S3 File System 8.3

Same name and namespace in other branches
  1. 4.0.x src/Form/ActionsForm.php \Drupal\s3fs\Form\ActionsForm::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/ActionsForm.php, line 380

Class

ActionsForm
Defines an actions form.

Namespace

Drupal\s3fs\Form

Code

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

  // We use different submits instead default submit.
}