37 $this->
ui = $DIC->ui();
39 $this->lng = $DIC->language();
52 $workflow_factory =
$ui->factory()->listing()->workflow();
58 foreach ($this->status->getSteps() as $step =>
$txt) {
59 if ($step == $active_step) {
60 $active_step_nr = $cnt;
63 $s = $workflow_factory->step(
$txt,
$status->getStatusDetails($step))
69 $wf = $workflow_factory->linear(
$lng->txt(
"user_privacy_checklist"),
$steps)
70 ->withActive($active_step_nr);
73 return $ui->renderer()->render($wf);
83 switch ($check_list_status) {
render($active_step)
Render.
getUIChecklistStatus(int $check_list_status)
Get ui checklist status.
__construct()
Constructor.