public function LockrRenewForm::validateForm in Lockr 4.x
Form validation handler.
Parameters
array $form: An associative array containing the structure of the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Overrides FormInterface::validateForm
File
- src/
Form/ LockrRenewForm.php, line 164
Class
- LockrRenewForm
- Form handler for Lockr renew cert.
Namespace
Drupal\lockr\FormCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}