You are here

public function MaestroSetProcessVariableTask::shortDescription in Maestro 8.2

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

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

Overrides MaestroEngineTaskInterface::shortDescription

File

src/Plugin/EngineTasks/MaestroSetProcessVariableTask.php, line 50

Class

MaestroSetProcessVariableTask
Maestro Set Process Variable Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function shortDescription() {
  return t('Set Process Variable');
}