PHP code example of tkotosz / block-decorator-magento2

1. Go to this page and download the library: Download tkotosz/block-decorator-magento2 library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

tkotosz / block-decorator-magento2 example snippets


<type name="Tkotosz\BlockDecorator\View\Element\Block\Decorator\Container">
    <arguments>
        <argument xsi:type="array" name="decorators">
            <item name="your_awesome_decorator" xsi:type="object">Your\Awesome\Decorator</item>
        </argument>
    </arguments>
</type>