public function CurrencySignElement::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/ CurrencySignElement.php, line 45
Class
- CurrencySignElement
- Provides a form to test the currency_sign element.
Namespace
Drupal\currency_testCode
public function validateForm(array &$form, FormStateInterface $form_state) {
}