You are here

public function MaestroEngineTaskInterface::getTaskColours in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/MaestroEngineTaskInterface.php \Drupal\maestro\MaestroEngineTaskInterface::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.

14 methods override MaestroEngineTaskInterface::getTaskColours()
MaestroAndTask::getTaskColours in src/Plugin/EngineTasks/MaestroAndTask.php
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.
MaestroBatchFunctionTask::getTaskColours in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
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.
MaestroContentTypeTask::getTaskColours in src/Plugin/EngineTasks/MaestroContentTypeTask.php
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.
MaestroEndTask::getTaskColours in src/Plugin/EngineTasks/MaestroEndTask.php
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.
MaestroIfTask::getTaskColours in src/Plugin/EngineTasks/MaestroIfTask.php
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.

... See full list

File

src/MaestroEngineTaskInterface.php, line 35

Class

MaestroEngineTaskInterface
The Maestro Engine Task Interface.

Namespace

Drupal\maestro

Code

public function getTaskColours();