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