You are here

public function MaestroEngineTaskInterface::prepareTaskForSave in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/MaestroEngineTaskInterface.php \Drupal\maestro\MaestroEngineTaskInterface::prepareTaskForSave()

The specific task's manipulation of the values to save for a template save.

Parameters

array $form: The form.

\Drupal\Core\Form\FormStateInterface $form_state: The form's form state.

array $task: The fully loaded task array from the template.

14 methods override MaestroEngineTaskInterface::prepareTaskForSave()
MaestroAndTask::prepareTaskForSave in src/Plugin/EngineTasks/MaestroAndTask.php
The specific task's manipulation of the values to save for a template save.
MaestroBatchFunctionTask::prepareTaskForSave in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
The specific task's manipulation of the values to save for a template save.
MaestroContentTypeTask::prepareTaskForSave in src/Plugin/EngineTasks/MaestroContentTypeTask.php
The specific task's manipulation of the values to save for a template save.
MaestroEndTask::prepareTaskForSave in src/Plugin/EngineTasks/MaestroEndTask.php
The specific task's manipulation of the values to save for a template save.
MaestroIfTask::prepareTaskForSave in src/Plugin/EngineTasks/MaestroIfTask.php
The specific task's manipulation of the values to save for a template save.

... See full list

File

src/MaestroEngineTaskInterface.php, line 85

Class

MaestroEngineTaskInterface
The Maestro Engine Task Interface.

Namespace

Drupal\maestro

Code

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