You are here

public function MaestroEngineTaskInterface::isInteractive in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/MaestroEngineTaskInterface.php \Drupal\maestro\MaestroEngineTaskInterface::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.

14 methods override MaestroEngineTaskInterface::isInteractive()
MaestroAndTask::isInteractive in src/Plugin/EngineTasks/MaestroAndTask.php
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.
MaestroBatchFunctionTask::isInteractive in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
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.
MaestroContentTypeTask::isInteractive in src/Plugin/EngineTasks/MaestroContentTypeTask.php
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.
MaestroEndTask::isInteractive in src/Plugin/EngineTasks/MaestroEndTask.php
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.
MaestroIfTask::isInteractive in src/Plugin/EngineTasks/MaestroIfTask.php
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.

... See full list

File

src/MaestroEngineTaskInterface.php, line 19

Class

MaestroEngineTaskInterface
The Maestro Engine Task Interface.

Namespace

Drupal\maestro

Code

public function isInteractive();