Enter a type and click search.




Results for Klarna\Core\Logger\Logger

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

<type name="Klarna\Core\Logger\Logger">
    <arguments>
        <argument name="name" xsi:type="string">
            klarnaDebugLogger
        </argument>
        <argument name="handlers" xsi:type="array">
            <item name="system" xsi:type="object">
                Klarna\Core\Logger\Handlers\File
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

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

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

  • $name = "klarnaDebugLogger";
  • $handlers = [...items...];

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

<type name="Klarna\Core\Model\Api\Rest\Service">
    <arguments>
        <argument name="log" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Core\Model\Api\Rest\Service object that the following arguments should be used in the foo object's constructor.

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

<type name="Klarna\Core\Model\Checkout\Orderline\Collector">
    <arguments>
        <argument name="logger" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Core\Model\Checkout\Orderline\Collector object that the following arguments should be used in the foo object's constructor.

Results for Klarna\Core\Logger\Logger

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

<type name="Klarna\Ordermanagement\Controller\Api\Notification">
    <arguments>
        <argument name="logger" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Ordermanagement\Controller\Api\Notification object that the following arguments should be used in the foo object's constructor.

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

<type name="Klarna\Ordermanagement\Observer\CancelOrder">
    <arguments>
        <argument name="log" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Ordermanagement\Observer\CancelOrder object that the following arguments should be used in the foo object's constructor.

Results for Klarna\Core\Logger\Logger

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

<type name="Klarna\Kp\Model\Api\Rest\Service\Payments">
    <arguments>
        <argument name="log" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
        <argument name="configHelper" xsi:type="object">
            KpConfigHelper
        </argument>
        <argument name="klarnaConfig" xsi:type="object">
            Klarna\Core\Helper\KlarnaConfig\Proxy
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Kp\Model\Api\Rest\Service\Payments object that the following arguments should be used in the foo object's constructor.

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

<type name="Klarna\Kp\Gateway\Validator\SessionValidator">
    <arguments>
        <argument name="log" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
        <argument name="helper" xsi:type="object">
            KpConfigHelper
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Kp\Gateway\Validator\SessionValidator object that the following arguments should be used in the foo object's constructor.

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

<type name="Klarna\Kp\Observer\AssignData">
    <arguments>
        <argument name="log" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Kp\Observer\AssignData object that the following arguments should be used in the foo object's constructor.

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

<type name="Klarna\Kp\Model\PaymentMethodList">
    <arguments>
        <argument name="log" xsi:type="object">
            Klarna\Core\Logger\Logger
        </argument>
    </arguments>
</type>

This is a type configuration.

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

This configuration tells the Object Manager that when a user wants a Klarna\Kp\Model\PaymentMethodList object that the following arguments should be used in the foo object's constructor.