n How to include html text inside a Drupal 8 generated link | CodimTh

Please Disable Your Browser Adblock Extension for our site and Refresh This Page!

our ads are user friendly, we do not serve popup ads. We serve responsible ads!

Refresh Page
Skip to main content
On . By CodimTh
Category:

In this post, we'll show you How to include html text inside a Drupal 8 generated link.

Question:

How to include html text inside a Drupal 8 generated link?

this is my code:

$link = Link::fromTextAndUrl($link_text, $url);

 

Solution:

if you need to pass  any HTML tag in your link title you can use the following code:

 

use Drupal\Core\Link;
use Drupal\Core\Render\Markup;

$link_text = Markup::create('<span class="custom-title">' . $title . '</span>');
$link = Link::fromTextAndUrl($link_text, $url);

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook