public function PaymentReferenceElement::validateForm in Payment 8.2
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
- modules/
payment_reference_test/ src/ PaymentReferenceElement.php, line 71
Class
- PaymentReferenceElement
- Provides a form for testing the payment_reference element.
Namespace
Drupal\payment_reference_testCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}