You are here

public function MaestroEngineTaskInterface::validateTaskEditForm in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/MaestroEngineTaskInterface.php \Drupal\maestro\MaestroEngineTaskInterface::validateTaskEditForm()

This method must be called by the template builder in order to validate the form entry values before saving.

14 methods override MaestroEngineTaskInterface::validateTaskEditForm()
MaestroAndTask::validateTaskEditForm in src/Plugin/EngineTasks/MaestroAndTask.php
This method must be called by the template builder in order to validate the form entry values before saving.
MaestroBatchFunctionTask::validateTaskEditForm in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
This method must be called by the template builder in order to validate the form entry values before saving.
MaestroContentTypeTask::validateTaskEditForm in src/Plugin/EngineTasks/MaestroContentTypeTask.php
This method must be called by the template builder in order to validate the form entry values before saving.
MaestroEndTask::validateTaskEditForm in src/Plugin/EngineTasks/MaestroEndTask.php
This method must be called by the template builder in order to validate the form entry values before saving.
MaestroIfTask::validateTaskEditForm in src/Plugin/EngineTasks/MaestroIfTask.php
This method must be called by the template builder in order to validate the form entry values before saving.

... See full list

File

src/MaestroEngineTaskInterface.php, line 73

Class

MaestroEngineTaskInterface
The Maestro Engine Task Interface.

Namespace

Drupal\maestro

Code

public function validateTaskEditForm(array &$form, FormStateInterface $form_state);