pageConfig = $pageConfig; $this->pageFactory = $pageFactory; } /** * @return \Magento\Framework\View\Result\Page */ public function execute() { $this->pageConfig->addBodyClass('swagger-section'); return $this->pageFactory->create(); } }