Backend\Core\Ajax\Templates::getContent PHP Метод

getContent() публичный Метод

public getContent ( ) : Response
Результат Symfony\Component\HttpFoundation\Response
    public function getContent()
    {
        return new Response('CKEDITOR.addTemplates(\'default\', { imagesPath: \'/\', templates:' . "\n" . json_encode($this->templates) . "\n" . '});', Response::HTTP_OK, ['Content-type' => 'text/javascript']);
    }