You are here

14 string references to YAML keys in commerce_checkout.routing.yml in Commerce Core 8.2

CheckoutAccessTest::createRequest in modules/checkout/tests/src/Kernel/CheckoutAccessTest.php
Creates a request for the order's checkout form.
CheckoutController::checkoutRedirect in modules/checkout/src/Controller/CheckoutController.php
Convenience method to send user to checkout via a parameter-free route.
CheckoutController::formPage in modules/checkout/src/Controller/CheckoutController.php
Builds and processes the form provided by the order's checkout flow.
CheckoutFlowBase::submitForm in modules/checkout/src/Plugin/Commerce/CheckoutFlow/CheckoutFlowBase.php
Form submission handler.
CheckoutOrderManagerTest::setUp in modules/checkout/tests/src/Kernel/CheckoutOrderManagerTest.php
commerce_checkout_order_item_views_form_submit in modules/checkout/commerce_checkout.module
Submit handler used to redirect to the checkout page.
CouponRedemptionPaneTest::testCheckout in modules/promotion/tests/src/FunctionalJavascript/CouponRedemptionPaneTest.php
Tests checkout with a redeemed coupon.
CouponRedemptionPaneTest::testCheckoutSubmit in modules/promotion/tests/src/FunctionalJavascript/CouponRedemptionPaneTest.php
Tests that adding/removing coupons does not submit other panes.
CouponRedemptionPaneTest::testCheckoutWithMainSubmit in modules/promotion/tests/src/FunctionalJavascript/CouponRedemptionPaneTest.php
Tests checkout using the main submit button instead of 'Apply coupon'.
CouponRedemptionPaneTest::testCouponRedemption in modules/promotion/tests/src/FunctionalJavascript/CouponRedemptionPaneTest.php
Tests redeeming a coupon using the coupon redemption pane.
CouponRedemptionPaneTest::testMultipleCouponRedemption in modules/promotion/tests/src/FunctionalJavascript/CouponRedemptionPaneTest.php
Tests redeeming coupon on the cart form, with multiple coupons allowed.
CouponRedemptionPaneTest::testPaymentAfterCouponRemoval in modules/promotion/tests/src/FunctionalJavascript/CouponRedemptionPaneTest.php
Tests that payment is not skipped if an order is no longer free.
Login::submitPaneForm in modules/checkout/src/Plugin/Commerce/CheckoutPane/Login.php
Handles the submission of an pane form.
Review::buildPaneForm in modules/checkout/src/Plugin/Commerce/CheckoutPane/Review.php
Builds the pane form.