You are here

public function MaestroTemplateBuilderCanvas::validateForm in Maestro 8.2

Same name and namespace in other branches
  1. 3.x modules/maestro_template_builder/src/Form/MaestroTemplateBuilderCanvas.php \Drupal\maestro_template_builder\Form\MaestroTemplateBuilderCanvas::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

modules/maestro_template_builder/src/Form/MaestroTemplateBuilderCanvas.php, line 28

Class

MaestroTemplateBuilderCanvas

Namespace

Drupal\maestro_template_builder\Form

Code

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

  // Everything in the base form is mandatory.  nothing really to check here.
}