public function Oauth2GenerateKeyForm::submitForm in Simple OAuth (OAuth2) & OpenID Connect 8.3
Same name and namespace in other branches
- 8.4 src/Entity/Form/Oauth2GenerateKeyForm.php \Drupal\simple_oauth\Entity\Form\Oauth2GenerateKeyForm::submitForm()
- 5.x 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\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
// Do nothing.
}