commerce-8.x-2.8/modules/checkout/commerce_checkout.routing.yml
modules/checkout/commerce_checkout.routing.yml
commerce_checkout.form:
path: '/checkout/{commerce_order}/{step}'
defaults:
_controller: '\Drupal\commerce_checkout\Controller\CheckoutController::formPage'
_title: 'Checkout'
step: null
requirements:
_custom_access: '\Drupal\commerce_checkout\Controller\CheckoutController::checkAccess'
options:
parameters:
commerce_order:
type: entity:commerce_order
