You are here

public function Oauth2GenerateKeyForm::submitForm in Simple OAuth (OAuth2) & OpenID Connect 5.x

Same name and namespace in other branches
  1. 8.4 src/Entity/Form/Oauth2GenerateKeyForm.php \Drupal\simple_oauth\Entity\Form\Oauth2GenerateKeyForm::submitForm()
  2. 8.3 src/Entity/Form/Oauth2GenerateKeyForm.php \Drupal\simple_oauth\Entity\Form\Oauth2GenerateKeyForm::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/Entity/Form/Oauth2GenerateKeyForm.php, line 151

Class

Oauth2GenerateKeyForm
@internal

Namespace

Drupal\simple_oauth\Entity\Form

Code

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

  // Do nothing.
}