You are here

public function OpenIDConnectClientInterface::settingsFormValidate in OpenID Connect / OAuth client 7

Validates the settings 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.

string $error_element_base: The base to prepend to field names when using form_set_error().

1 method overrides OpenIDConnectClientInterface::settingsFormValidate()
OpenIDConnectClientBase::settingsFormValidate in includes/OpenIDConnectClientBase.class.php
Validates the settings form.

File

includes/OpenIDConnectClientInterface.class.php, line 51
Interface to implement OpenID Connect clients.

Class

OpenIDConnectClientInterface
Interface of the OpenID Connect client.

Code

public function settingsFormValidate($form, &$form_state, $error_element_base);