public function MaestroAndTask::description in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Plugin/EngineTasks/MaestroAndTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroAndTask::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.
Overrides MaestroEngineTaskInterface::description
File
- src/
Plugin/ EngineTasks/ MaestroAndTask.php, line 57
Class
- MaestroAndTask
- Maestro And Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function description() {
return $this
->t('And Task.');
}