eZ\Publish\Core\MVC\Symfony\FieldType\RichText\Renderer::render PHP Метод

render() защищенный Метод

Renders template $templateReference with given $parameters.
protected render ( string $templateReference, array $parameters ) : string
$templateReference string
$parameters array
Результат string
    protected function render($templateReference, array $parameters)
    {
        return $this->templateEngine->render($templateReference, $parameters);
    }