http_client_manager_example.routing.yml in HTTP Client Manager 8
Same filename and directory in other branches
modules/http_client_manager_example/http_client_manager_example.routing.yml
1 string reference to YAML keys in http_client_manager_example.routing.yml
- ExampleController::buildPostResponse in modules/
http_client_manager_example/ src/ Controller/ ExampleController.php - Build Post response.
File
modules/http_client_manager_example/http_client_manager_example.routing.ymlView source
-
- http_client_manager_example.find_posts:
- path: 'find-posts/{postId}'
- defaults:
- _controller: '\Drupal\http_client_manager_example\Controller\ExampleController::findPosts'
- _title: 'Find posts'
- postId: null
- requirements:
- _permission: 'access content'
-
- http_client_manager_example.create_post:
- path: 'create-post'
- defaults:
- _controller: '\Drupal\http_client_manager_example\Controller\ExampleController::createPost'
- _title: 'Create post'
- requirements:
- _permission: 'access content'