You are here

public function MaestroTrace::validateForm in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/MaestroTrace.php \Drupal\maestro\Form\MaestroTrace::validateForm()

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 FormBase::validateForm

File

src/Form/MaestroTrace.php, line 253

Class

MaestroTrace
Maestro Trace functionality form.

Namespace

Drupal\maestro\Form

Code

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

  // TODO:  any validation required?
}