You are here

commerce_cart.routing.yml in Commerce Core 8.2

modules/cart/commerce_cart.routing.yml

File

modules/cart/commerce_cart.routing.yml
View source
  1. commerce_cart.page:
  2. path: '/cart'
  3. defaults:
  4. _controller: '\Drupal\commerce_cart\Controller\CartController::cartPage'
  5. _title: 'Shopping cart'
  6. requirements:
  7. _access: 'TRUE'