webform_example_remote_post.routing.yml in Webform 8.5
Same filename and directory in other branches
modules/webform_example_remote_post/webform_example_remote_post.routing.yml
File
modules/webform_example_remote_post/webform_example_remote_post.routing.ymlView source
- webform_example_remote_post.remote_post:
- path: '/webform_example_remote_post/{type}'
- defaults:
- _controller: '\Drupal\webform_example_remote_post\Controller\WebformExampleRemotePostController::index'
- requirements:
- # Example remote post handler does not require any access controls.
- _access: 'TRUE'