You are here

public function MaestroEngineTaskInterface::description in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 src/MaestroEngineTaskInterface.php \Drupal\maestro\MaestroEngineTaskInterface::description()

Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.

14 methods override MaestroEngineTaskInterface::description()
MaestroAndTask::description in src/Plugin/EngineTasks/MaestroAndTask.php
Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.
MaestroBatchFunctionTask::description in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.
MaestroContentTypeTask::description in src/Plugin/EngineTasks/MaestroContentTypeTask.php
Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.
MaestroEndTask::description in src/Plugin/EngineTasks/MaestroEndTask.php
Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.
MaestroIfTask::description in src/Plugin/EngineTasks/MaestroIfTask.php
Longer description. This generally follows the short Description but can be used to be more descriptive if you wish to surface this description in a UI element.

... See full list

File

src/MaestroEngineTaskInterface.php, line 30

Class

MaestroEngineTaskInterface
The Maestro Engine Task Interface.

Namespace

Drupal\maestro

Code

public function description();