public function SourceOverviewForm::__construct

Constructs a new SourceLocalTasks object.

Parameters

\Drupal\tmgmt\SourceManager $source_manager: The source manager.

\Drupal\tmgmt\ContinuousManager $continuous_manager: The continuous manager.

File

src/Form/SourceOverviewForm.php, line 47

Class

SourceOverviewForm
Source overview form.

Namespace

Drupal\tmgmt\Form

Code

public function __construct(SourceManager $source_manager, ContinuousManager $continuous_manager) {
  $this->sourceManager = $source_manager;
  $this->continuousManager = $continuous_manager;
}