Skip to content
Snippets Groups Projects
Select Git revision
  • d5dc33c1f7ef981b99e6af4194d2aae146f4e671
  • dev default protected
  • prod protected
  • 1.0.58
  • 1.0.57
  • 1.0.52
  • 1.0.56
  • 1.0.51
  • 1.0.50
  • 1.0.33
  • 1.0.32
  • 1.0.31
  • 1.0.30
  • 1.0.29
  • 1.0.28
  • 1.0.27
  • 1.0.26
  • 1.0.25
  • 1.0.24
  • 1.0.23
  • 1.0.22
  • 1.0.21
  • 1.0.20
23 results

di.xml

Blame
  • di.xml 1.11 KiB
    <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
        <type name="Magento\Checkout\Block\Checkout\LayoutProcessor">
            <plugin name="add_custom_field_checkout_shipping_form" type="BobGroup\BobGo\Plugin\Checkout\Block\LayoutProcessorPlugin" sortOrder="10"/>
            <arguments>
                <argument name="layoutProcessors" xsi:type="array">
                    <item name="orderattribute" xsi:type="object">BobGroup\BobGo\Plugin\Checkout\Block\LayoutProcessorPlugin</item>
                </argument>
            </arguments>
        </type>
        <type name="BobGroup\BobGo\Observer\ConfigChangeObserver">
            <arguments>
                <argument name="scopeConfig" xsi:type="object">Magento\Framework\App\Config\ScopeConfigInterface</argument>
                <argument name="logger" xsi:type="object">Psr\Log\LoggerInterface</argument>
            </arguments>
        </type>
        <type name="Magento\Framework\View\Layout">
            <arguments>
                <argument name="debug" xsi:type="boolean">true</argument>
            </arguments>
        </type>
    </config>