public function SourceOverviewForm::__construct in Translation Management Tool 8
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\FormCode
public function __construct(SourceManager $source_manager, ContinuousManager $continuous_manager) {
$this->sourceManager = $source_manager;
$this->continuousManager = $continuous_manager;
}