You are here

public function UserDefaultsBulkForm::submitForm in Subscriptions 2.0.x

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/UserDefaultsBulkForm.php, line 30

Class

UserDefaultsBulkForm
Stub for user default bulk operations form.

Namespace

Drupal\subscriptions\Form

Code

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