-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslackposter.routing.yml
More file actions
33 lines (30 loc) · 900 Bytes
/
Copy pathslackposter.routing.yml
File metadata and controls
33 lines (30 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
slackposter.admin:
path: '/admin/config/system/slackposter'
defaults:
_title: 'Slack Integration'
_form: '\Drupal\slackposter\Form\SlackSettingsForm'
requirements:
_permission: 'administer slack'
slackposter.test:
path: '/slackposter/test/{what}'
defaults:
_title: 'Slack Integration Test'
_controller: '\Drupal\slackposter\Test\SlackposterTester::main'
what: 'default'
requirements:
_permission: 'administer slack'
slackposter.opentest:
path: '/slackposter/opentest/{what}'
defaults:
_title: 'Slack Integration Test'
_controller: '\Drupal\slackposter\Test\SlackposterTester::openmain'
what: 'default'
requirements:
_access: 'TRUE'
#slackposter.postAPI:
# path: '/ws/slack/post'
# defaults:
# _controller: '\Drupal\slackposter\Controller\SlackAPI::post'
# _title: 'Slack Poster'
# requirements:
# _permission: 'post slack'