You are here

public function MaestroAndTask::isInteractive in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/EngineTasks/MaestroAndTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroAndTask::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/MaestroAndTask.php, line 43

Class

MaestroAndTask
Maestro And Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function isInteractive() {
  return FALSE;
}