Answers for "how to call one block file to another block in magento 2"

PHP
0

call satic blco in magento 2

<?php
echo $this->getLayout()
->createBlock('MagentoCmsBlockBlock')
->setBlockId('your_block_identifier')
->toHtml();
?>
Posted by: Guest on February-01-2021

Code answers related to "how to call one block file to another block in magento 2"

Browse Popular Code Answers by Language