You are here

public function MaestroInteractiveTask::description in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/Plugin/EngineTasks/MaestroInteractiveTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroInteractiveTask::description()

Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.

Overrides MaestroEngineTaskInterface::description

File

src/Plugin/EngineTasks/MaestroInteractiveTask.php, line 58

Class

MaestroInteractiveTask
Maestro Interactive Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function description() {
  return $this
    ->t('Interactive Task.');
}