You are here

public function CurrencyAmountElement::validateForm in Currency 8.3

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/currency_test/src/CurrencyAmountElement.php, line 46

Class

CurrencyAmountElement
Provides a form to test the currency_amount element.

Namespace

Drupal\currency_test

Code

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