public function MaestroAndTask::shortDescription in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Plugin/EngineTasks/MaestroAndTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroAndTask::shortDescription()
Get the task's short description. Useful for things like labels.
Overrides MaestroEngineTaskInterface::shortDescription
File
- src/
Plugin/ EngineTasks/ MaestroAndTask.php, line 50
Class
- MaestroAndTask
- Maestro And Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function shortDescription() {
return t('And Task');
}