eZ\Publish\Core\MVC\Symfony\FieldType\RichText\Renderer::render PHP Method

render() protected method

Renders template $templateReference with given $parameters.
protected render ( string $templateReference, array $parameters ) : string
$templateReference string
$parameters array
return string
    protected function render($templateReference, array $parameters)
    {
        return $this->templateEngine->render($templateReference, $parameters);
    }