public function MaestroInteractiveTask::getTaskColours in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Plugin/EngineTasks/MaestroInteractiveTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroInteractiveTask::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/ MaestroInteractiveTask.php, line 74
Class
- MaestroInteractiveTask
- Maestro Interactive Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function getTaskColours() {
return '#0000ff';
}