You are here

webform_example_remote_post.routing.yml in Webform 6.x

modules/webform_example_remote_post/webform_example_remote_post.routing.yml

File

modules/webform_example_remote_post/webform_example_remote_post.routing.yml
View source
  1. webform_example_remote_post.remote_post:
  2. path: '/webform_example_remote_post/{type}'
  3. defaults:
  4. _controller: '\Drupal\webform_example_remote_post\Controller\WebformExampleRemotePostController::index'
  5. requirements:
  6. # Example remote post handler does not require any access controls.
  7. _access: 'TRUE'