You are here

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

PaymentLineItemElement

Namespace

Drupal\payment_test

Code

public function validateForm(array &$form, FormStateInterface $form_state) {
}