- 🇩🇪Germany tobiasb Berlin
Technically it is still not possible, to set a own active_domain. But I can not remember why it was needed.
$url = Url::fromUserInput("/admin", ["active_domain" => Domain::load("my_domain_2")]); $form['link'] = [ '#type' => 'link', '#url' => $url, '#title' => $url->toString() ];