You are here

public function MaestroOrTask::execute in Maestro 8.2

Same name and namespace in other branches
  1. 3.x src/Plugin/EngineTasks/MaestroOrTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroOrTask::execute()

Part of the ExecutableInterface Execution of the Or task returns TRUE and does nothing else. This task, however, is recognized by the engine when executing the REGEN portion of the engine .

Overrides ExecutableInterface::execute

File

src/Plugin/EngineTasks/MaestroOrTask.php, line 82

Class

MaestroOrTask
Maestro Or Task Plugin.

Namespace

Drupal\maestro\Plugin\EngineTasks

Code

public function execute() {
  return TRUE;
}