Drupal 8 - Inline Template mit Raw - HTML

Controller könnte so aussehen:

<?php

class myController extends ControllerBase
{
    public function myFunc1()
    {
        $html = " ... ";
        return [
            '#type' => 'inline_template', 
            '#template' => '{{ html|raw }}', 
            '#context' => ['html' => $html]
        ];
    }
}

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare