Smile\ElasticsuiteVirtualCategory\Controller\Adminhtml\Category\Virtual\Preview::execute PHP Метод

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

{@inheritDoc}
public execute ( )
    public function execute()
    {
        $responseData = $this->getPreviewObject()->getData();
        $json = $this->jsonHelper->jsonEncode($responseData);
        $this->getResponse()->representJson($json);
    }