You are here

commerce_google_tag_manager.routing.yml in Commerce Google Tag Manager 8.2

Same filename and directory in other branches
  1. 8 commerce_google_tag_manager.routing.yml

File

commerce_google_tag_manager.routing.yml
View source
  1. commerce_google_tag_manager.events:
  2. path: 'commerce_google_tag_manager'
  3. defaults:
  4. _controller: '\Drupal\commerce_google_tag_manager\Controller\EventsController::getEvents'
  5. _disable_route_normalizer: 'TRUE'
  6. methods: [GET]
  7. requirements:
  8. _permission: 'access content'
  9. options:
  10. no_cache: 'TRUE'