Skip to main content
added 31 characters in body
Source Link
Black
  • 3.4k
  • 4
  • 44
  • 131

I figured it out:

All Methods are defined here: vendor\magento\framework\View\Element\AbstractBlock.php

It works like this:

<?php   $name = $block->getNameInLayout(); // Output -> firstname 

I figured it out:

All Methods are defined here: vendor\magento\framework\View\Element\AbstractBlock.php

It works like this:

<?php $name = $block->getNameInLayout(); 

I figured it out:

All Methods are defined here: vendor\magento\framework\View\Element\AbstractBlock.php

It works like this:

<?php   $name = $block->getNameInLayout(); // Output -> firstname 
Source Link
Black
  • 3.4k
  • 4
  • 44
  • 131

I figured it out:

All Methods are defined here: vendor\magento\framework\View\Element\AbstractBlock.php

It works like this:

<?php $name = $block->getNameInLayout();