public function CheckSettingsInterface::submitForm in Security Review 8
Form submission 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::submitForm()
- CheckSettings::submitForm in src/
CheckSettings.php - Form submission handler.
File
- src/
CheckSettingsInterface.php, line 62
Class
- CheckSettingsInterface
- Interface for check-specific settings and forms for altering them.
Namespace
Drupal\security_reviewCode
public function submitForm(array &$form, array $values);