Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. //Where $this->_resultPageFactory is the object of MagentoFrameworkViewResultPageFactory
  2. $resultPage = $this->_resultPageFactory->create();
  3. $html = $resultPage->getLayout()
  4. ->createBlock("VendorModuleBlockIndex")
  5. ->setTemplate("Vendor_Module::index.phtml")
  6. ->toHtml();
  7. return $html;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement