You are here

commerce_demo.routing.yml in Commerce Demo 8

File

commerce_demo.routing.yml
View source
  1. commerce_demo.frontpage:
  2. path: '/frontpage'
  3. defaults:
  4. _controller: '\Drupal\commerce_demo\Controller\Frontpage::view'
  5. _title: 'Home'
  6. requirements:
  7. _access: 'TRUE'