use Drupal\Core\Url; $url = Url::fromUri('http://www.example.com/'); $external_link = \Drupal::l(t('External link'), $url);