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