HTML link in Twig
In Drupal 7, you could use the array('html' => TRUE)
parameter to make an HTML link. Here’s how to do it in Twig.
1
|
|
Note that url should be an instance of \Drupal\Core\Url
.
In Drupal 7, you could use the array('html' => TRUE)
parameter to make an HTML link. Here’s how to do it in Twig.
1
|
|
Note that url should be an instance of \Drupal\Core\Url
.