You are here

public function MaestroContentTypeCompleteTask::validateForm in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Form/MaestroContentTypeCompleteTask.php \Drupal\maestro\Form\MaestroContentTypeCompleteTask::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/MaestroContentTypeCompleteTask.php, line 58

Class

MaestroContentTypeCompleteTask
Implements the complete task form for content type tasks when viewing.

Namespace

Drupal\maestro\Form

Code

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