We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa211bd commit cc51b77Copy full SHA for cc51b77
lib/internal/Magento/Framework/View/Element/Template.php
@@ -19,7 +19,7 @@
19
* custom view models in block arguments in layout handle file.
20
*
21
* Example:
22
- * <block name="my.block" class="Magento\Backend\Block\Template" template="My_Module::template.phtml" >
+ * <block name="my.block" class="Magento\Framework\View\Element\Template" template="My_Module::template.phtml" >
23
* <arguments>
24
* <argument name="viewModel" xsi:type="object">My\Module\ViewModel\Custom</argument>
25
* </arguments>
0 commit comments