You are here

public function MaestroIfTask::description in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/EngineTasks/MaestroIfTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroIfTask::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/MaestroIfTask.php, line 57

Class

MaestroIfTask
Maestro If Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function description() {
  return $this
    ->t('Performs logic on task completion or variables.');
}