You are here

public function MaestroManualWebTask::shortDescription in Maestro 3.x

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

Get the task's short description. Useful for things like labels.

Overrides MaestroEngineTaskInterface::shortDescription

File

src/Plugin/EngineTasks/MaestroManualWebTask.php, line 49

Class

MaestroManualWebTask
Maestro Manual Web Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function shortDescription() {
  return t('Manual Web Task');
}