You are here

public function CheckSettingsInterface::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.

1 method overrides CheckSettingsInterface::validateForm()
CheckSettings::validateForm in src/CheckSettings.php
Form validation handler.

File

src/CheckSettingsInterface.php, line 52

Class

CheckSettingsInterface
Interface for check-specific settings and forms for altering them.

Namespace

Drupal\security_review

Code

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