📅  最后修改于: 2022-03-11 15:02:55.648000             🧑  作者: Mango
use Drupal\Core\Url;
$rendable_link = [
'#type' => 'link',
'#title' => $this->t('Link title'),
'#url' => Url::fromRoute('YOUR_ROUTE'),
];