public function OpenIDConnectClientInterface::settingsFormSubmit in OpenID Connect / OAuth client 7
Handles the submitted settings form.
Note that there is no need to handle saving the options, that is done by the parent form.
Parameters
array $form: The settings form.
array $form_state: An array containing the current state of the form. Contains only the 'values' key, since it is actually constructed on the fly by the parent form.
1 method overrides OpenIDConnectClientInterface::settingsFormSubmit()
- OpenIDConnectClientBase::settingsFormSubmit in includes/
OpenIDConnectClientBase.class.php - Handles the submitted settings form.
File
- includes/
OpenIDConnectClientInterface.class.php, line 66 - Interface to implement OpenID Connect clients.
Class
- OpenIDConnectClientInterface
- Interface of the OpenID Connect client.
Code
public function settingsFormSubmit($form, &$form_state);