public function MaestroManualWebTask::isInteractive in Maestro 8.2
Same name and namespace in other branches
- 3.x src/Plugin/EngineTasks/MaestroManualWebTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroManualWebTask::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/ MaestroManualWebTask.php, line 42
Class
- MaestroManualWebTask
- Maestro Manual Web Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function isInteractive() {
return TRUE;
}