You are here

public function MaestroContentTypeTask::isInteractive in Maestro 8.2

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

Class

MaestroContentTypeTask
Maestro Content Type Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function isInteractive() {
  return TRUE;
}