WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Creating an internal link in drupal 8,9

Submitted by barnettech on Wed, 03/17/2021 - 12:27

$link = Url::fromUri('internal:/dashboard/1/my-vouchers');
$params['message'] = t('Your voucher is about to expire. Click here to view and manage your list of vouchers %link', ['%link' => $link->toString()]);