public function MaestroAndTask::__construct in Maestro 8.2
Same name and namespace in other branches
- 3.x src/Plugin/EngineTasks/MaestroAndTask.php \Drupal\maestro\Plugin\EngineTasks\MaestroAndTask::__construct()
Constructor.
Overrides PluginBase::__construct
File
- src/
Plugin/ EngineTasks/ MaestroAndTask.php, line 33
Class
- MaestroAndTask
- Maestro And Task Plugin.
Namespace
Drupal\maestro\Plugin\EngineTasksCode
public function __construct($configuration = NULL) {
if (is_array($configuration)) {
$this->processID = $configuration[0];
$this->queueID = $configuration[1];
}
}