You are here

public function CheckSettings::validateForm in Security Review 8

Form validation handler.

Parameters

array $form: An associative array containing the structure of the form.

array $values: The current values of the form.

Overrides CheckSettingsInterface::validateForm

File

src/CheckSettings.php, line 70

Class

CheckSettings
Defines the default implementation of CheckSettingsInterface.

Namespace

Drupal\security_review

Code

public function validateForm(array &$form, array $values) {

  // Validation is optional.
}