Enter a type and click search.




Results for KpKlarnaConfig

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KpKlarnaConfig"
             type="Klarna\Core\Helper\KlarnaConfig">
    <arguments>
        <argument name="eventPrefix" xsi:type="string">
            kp
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KpKlarnaConfig object that it should return a Klarna\Core\Helper\KlarnaConfig object.

This configuration tells the Object Manager that when a user wants a KpKlarnaConfig object that the following arguments should be used in the foo object's constructor.

  • $eventPrefix = "kp";

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KpCollector"
             type="Klarna\Core\Model\Checkout\Orderline\Collector">
    <arguments>
        <argument name="klarnaConfig" xsi:type="object">
            KpKlarnaConfig
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KpCollector object that it should return a Klarna\Core\Model\Checkout\Orderline\Collector object.

This configuration tells the Object Manager that when a user wants a KpCollector object that the following arguments should be used in the foo object's constructor.

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KpItemsOrderline"
             type="Klarna\Core\Model\Checkout\Orderline\Items">
    <arguments>
        <argument name="klarnaConfig" xsi:type="object">
            KpKlarnaConfig
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KpItemsOrderline object that it should return a Klarna\Core\Model\Checkout\Orderline\Items object.

This configuration tells the Object Manager that when a user wants a KpItemsOrderline object that the following arguments should be used in the foo object's constructor.

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KpTaxOrderLine"
             type="Klarna\Core\Model\Checkout\Orderline\Tax">
    <arguments>
        <argument name="klarnaConfig" xsi:type="object">
            KpKlarnaConfig
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KpTaxOrderLine object that it should return a Klarna\Core\Model\Checkout\Orderline\Tax object.

This configuration tells the Object Manager that when a user wants a KpTaxOrderLine object that the following arguments should be used in the foo object's constructor.

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KpShippingOrderLine"
             type="Klarna\Core\Model\Checkout\Orderline\Shipping">
    <arguments>
        <argument name="klarnaConfig" xsi:type="object">
            KpKlarnaConfig
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KpShippingOrderLine object that it should return a Klarna\Core\Model\Checkout\Orderline\Shipping object.

This configuration tells the Object Manager that when a user wants a KpShippingOrderLine object that the following arguments should be used in the foo object's constructor.

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KpGiftWrapLine"
             type="Klarna\Core\Model\Checkout\Orderline\GiftWrap">
    <arguments>
        <argument name="klarnaConfig" xsi:type="object">
            KpKlarnaConfig
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KpGiftWrapLine object that it should return a Klarna\Core\Model\Checkout\Orderline\GiftWrap object.

This configuration tells the Object Manager that when a user wants a KpGiftWrapLine object that the following arguments should be used in the foo object's constructor.

File: vendor/klarna/module-kp/etc/di.xml

<virtualType name="KpSurchargeLine"
             type="Klarna\Core\Model\Checkout\Orderline\Surcharge">
    <arguments>
        <argument name="klarnaConfig" xsi:type="object">
            KpKlarnaConfig
        </argument>
    </arguments>
</virtualType>

This is a virtual type configuration.

This configuration is for the base area. Base area configurations will apply to all the sub-applications.

This virtualType configuration tells the Object Manager when a user wants a virtual KpSurchargeLine object that it should return a Klarna\Core\Model\Checkout\Orderline\Surcharge object.

This configuration tells the Object Manager that when a user wants a KpSurchargeLine object that the following arguments should be used in the foo object's constructor.