public function MaestroSpawnSubFlowTask::getTaskColours in Maestro 8.2
Same name and namespace in other branches
- 3.x src/Plugin/EngineTasks/MaestroSpawnSubFlowTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroSpawnSubFlowTask::getTaskColours()
Returns the task's defined colours. This is useful if you want to let the tasks decide on what colours to paint themselves in the UI.
Overrides MaestroEngineTaskInterface::getTaskColours
File
- src/
Plugin/ EngineTasks/ MaestroSpawnSubFlowTask.php, line 75
Class
- MaestroSpawnSubFlowTask
- Maestro Spawn Sub Flow Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function getTaskColours() {
return '#707070';
}