Enter a type and click search.




Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/amzn/login-with-amazon-module/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="amazon_login_checkout_config_provider"
                  xsi:type="object">
                Amazon\Login\Model\CheckoutConfigProvider\Proxy
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

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

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="checkout_klarna_kp_config" xsi:type="object">
                Klarna\Kp\Model\KpConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-paypal/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="paypal_express_config_provider"
                  xsi:type="object">
                Magento\Paypal\Model\ExpressConfigProvider
            </item>
            <item name="paypal_iframe_config_provider"
                  xsi:type="object">
                Magento\Paypal\Model\IframeConfigProvider
            </item>
            <item name="paypal_billing_agreement_config_provider"
                  xsi:type="object">
                Magento\Paypal\Model\BillingAgreementConfigProvider
            </item>
            <item name="paypal_iframe_cc_config_provider"
                  xsi:type="object">
                PaypalIframeCcConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-re-captcha-paypal/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="recaptcha_config_provider" xsi:type="object">
                Magento\ReCaptchaPaypal\Model\CheckoutConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-weee/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="weee_config_provider" xsi:type="object">
                Magento\Weee\Model\WeeeConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-checkout-agreements/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="checkout_agreements_config_provider"
                  xsi:type="object">
                Magento\CheckoutAgreements\Model\AgreementsConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-paypal-captcha/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="paypal_captcha_config_provider"
                  xsi:type="object">
                Magento\PaypalCaptcha\Model\Checkout\ConfigProviderPayPal
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-tax/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="tax_config_provider" xsi:type="object">
                Magento\Tax\Model\TaxConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-sales-rule/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="checkout_sales_rule_captcha_config_provider"
                  xsi:type="object">
                Magento\SalesRule\Model\Coupon\CaptchaConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-vault/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="vault_config_provider" xsi:type="object">
                Magento\Vault\Model\Ui\VaultConfigProvider
            </item>
            <item name="vault_cards_config_provider" xsi:type="object">
                Magento\Vault\Model\Ui\TokensConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-cardinal-commerce/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="cardinal_config_provider" xsi:type="object">
                Magento\CardinalCommerce\Model\Checkout\ConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-inventory-in-store-pickup-frontend/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="website_code_config_provider"
                  xsi:type="object">
                Magento\InventoryInStorePickupFrontend\Model\Ui\WebsiteCodeConfigProvider
            </item>
            <item name="in_store_pickup_checkout_config_provider"
                  xsi:type="object">
                Magento\InventoryInStorePickupFrontend\Model\Ui\DelimiterConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-checkout/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="checkout_default_config_provider"
                  xsi:type="object">
                Magento\Checkout\Model\DefaultConfigProvider
            </item>
            <item name="checkout_summary_config_provider"
                  xsi:type="object">
                Magento\Checkout\Model\Cart\CheckoutSummaryConfigProvider
            </item>
            <item name="checkout_payment_provider" xsi:type="object">
                Magento\Checkout\Model\PaymentCaptchaConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-persistent/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="persistent_checkout_config_provider"
                  xsi:type="object">
                Magento\Persistent\Model\CheckoutConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-captcha/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="checkout_captcha_config_provider"
                  xsi:type="object">
                Magento\Captcha\Model\Checkout\ConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-offline-payments/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="offline_payment_instructions_config_provider"
                  xsi:type="object">
                Magento\OfflinePayments\Model\InstructionsConfigProvider
            </item>
            <item name="offline_payment_checkmo_config_provider"
                  xsi:type="object">
                Magento\OfflinePayments\Model\CheckmoConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/magento/module-payment/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="ccform" xsi:type="object">
                Magento\Payment\Model\CcGenericConfigProvider
            </item>
            <item name="cc_card_config_provider" xsi:type="object">
                Magento\Payment\Model\CcConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/paypal/module-braintree-core/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="braintree_config_provider" xsi:type="object">
                PayPal\Braintree\Model\Ui\ConfigProvider
            </item>
            <item name="braintree_vault_config_provider"
                  xsi:type="object">
                PayPal\Braintree\Model\Ui\Vault\ConfigProvider
            </item>
            <item name="braintree_paypal_config_provider"
                  xsi:type="object">
                PayPal\Braintree\Model\Ui\PayPal\ConfigProvider
            </item>
            <item name="braintree_applepay_config_provider"
                  xsi:type="object">
                PayPal\Braintree\Model\ApplePay\Ui\ConfigProvider
            </item>
            <item name="braintree_googlepay_config_provider"
                  xsi:type="object">
                PayPal\Braintree\Model\GooglePay\Ui\ConfigProvider
            </item>
            <item name="braintree_venmo_config_provider"
                  xsi:type="object">
                PayPal\Braintree\Model\Venmo\Ui\ConfigProvider
            </item>
            <item name="braintree_ach_config_provider"
                  xsi:type="object">
                PayPal\Braintree\Model\Ach\Ui\ConfigProvider
            </item>
            <item name="braintree_lpm_config_provider"
                  xsi:type="object">
                PayPal\Braintree\Model\Lpm\Ui\ConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];
Results for Magento\Checkout\Model\CompositeConfigProvider

File: vendor/vertex/module-address-validation/etc/frontend/di.xml

<type name="Magento\Checkout\Model\CompositeConfigProvider">
    <arguments>
        <argument name="configProviders" xsi:type="array">
            <item name="vertex_address_validation_config_provider"
                  xsi:type="object">
                Vertex\AddressValidation\Model\Checkout\ConfigProvider
            </item>
        </argument>
    </arguments>
</type>

This is a type configuration.

This configuration is for the frontend area. This is the area that corresponds with the cart sub-application.

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

  • $configProviders = [...items...];