You are here

commerce_payment_example.routing.yml in Commerce Core 8.2

modules/payment_example/commerce_payment_example.routing.yml

File

modules/payment_example/commerce_payment_example.routing.yml
View source
  1. commerce_payment_example.dummy_redirect_post:
  2. path: 'commerce_payment_example/dummy_redirect_post'
  3. defaults:
  4. _controller: '\Drupal\commerce_payment_example\Controller\DummyRedirectController::post'
  5. options:
  6. no_cache: TRUE
  7. requirements:
  8. _access: 'TRUE'
  9. commerce_payment_example.dummy_redirect_302:
  10. path: 'commerce_payment_example/dummy_redirect_302'
  11. defaults:
  12. _controller: '\Drupal\commerce_payment_example\Controller\DummyRedirectController::on302'
  13. options:
  14. no_cache: TRUE
  15. requirements:
  16. _access: 'TRUE'