public function MaestroSetProcessVariableTask::isInteractive in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Plugin/EngineTasks/MaestroSetProcessVariableTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroSetProcessVariableTask::isInteractive()
Returns TRUE or FALSE to denote if this task has an interactive interface that needs to be shown in the Task Console and for any other requirements of the task.
Overrides MaestroEngineTaskInterface::isInteractive
File
- src/
Plugin/ EngineTasks/ MaestroSetProcessVariableTask.php, line 43
Class
- MaestroSetProcessVariableTask
- Maestro Set Process Variable Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function isInteractive() {
return FALSE;
}