You are here

public function MaestroEngineTaskInterface::shortDescription in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/MaestroEngineTaskInterface.php \Drupal\maestro\MaestroEngineTaskInterface::shortDescription()

Get the task's short description. Useful for things like labels.

14 methods override MaestroEngineTaskInterface::shortDescription()
MaestroAndTask::shortDescription in src/Plugin/EngineTasks/MaestroAndTask.php
Get the task's short description. Useful for things like labels.
MaestroBatchFunctionTask::shortDescription in src/Plugin/EngineTasks/MaestroBatchFunctionTask.php
Get the task's short description. Useful for things like labels.
MaestroContentTypeTask::shortDescription in src/Plugin/EngineTasks/MaestroContentTypeTask.php
Get the task's short description. Useful for things like labels.
MaestroEndTask::shortDescription in src/Plugin/EngineTasks/MaestroEndTask.php
Get the task's short description. Useful for things like labels.
MaestroIfTask::shortDescription in src/Plugin/EngineTasks/MaestroIfTask.php
Get the task's short description. Useful for things like labels.

... See full list

File

src/MaestroEngineTaskInterface.php, line 24

Class

MaestroEngineTaskInterface
The Maestro Engine Task Interface.

Namespace

Drupal\maestro

Code

public function shortDescription();