You are here

public function TwitterAuthLoginNoticeForm::submitForm in Open Social 8.7

Same name and namespace in other branches
  1. 8.9 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::submitForm()
  2. 8 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::submitForm()
  3. 8.2 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::submitForm()
  4. 8.3 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::submitForm()
  5. 8.4 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::submitForm()
  6. 8.5 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::submitForm()
  7. 8.6 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::submitForm()
  8. 8.8 modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php \Drupal\social_auth_twitter\Form\TwitterAuthLoginNoticeForm::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

modules/custom/social_auth_twitter/src/Form/TwitterAuthLoginNoticeForm.php, line 56

Class

TwitterAuthLoginNoticeForm
Class TwitterAuthLoginNoticeForm.

Namespace

Drupal\social_auth_twitter\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
  $form_state
    ->setRedirect('social_auth_twitter.user_register');
}