You are here

yamlform_test.routing.yml in YAML Form 8

tests/modules/yamlform_test/yamlform_test.routing.yml

File

tests/modules/yamlform_test/yamlform_test.routing.yml
View source
  1. yamlform_test.remote_post:
  2. path: '/yamlform_test/remote_post/{type}'
  3. defaults:
  4. _controller: '\Drupal\yamlform_test\Controller\YamlFormTestRemotePostController::index'
  5. requirements:
  6. _access: 'TRUE'