Skip to main content
Category:

Code snippet that can be used to use html markup in form labels in drupal 8.

just use Markup::create() like this:

use Drupal\Core\Render\Markup;
$form['element_field'] = [
  '#type' => 'textfield',
  '#title' => Markup::create('<span class="title">My Title</span>'),
];

 

 

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