public function PaymentLineItemElement::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_test/ src/ PaymentLineItemElement.php, line 49
Class
Namespace
Drupal\payment_testCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}