You are here

jquery_social_stream.routing.yml in jQuery social stream 8.2

Same filename and directory in other branches
  1. 8 jquery_social_stream.routing.yml

File

jquery_social_stream.routing.yml
View source
  1. jquery_social_stream.admin_form:
  2. path: /admin/config/services/jquery-social-stream
  3. defaults:
  4. _title: 'jQuery social stream'
  5. _form: \Drupal\jquery_social_stream\Form\JquerySocialStreamAdminForm
  6. requirements:
  7. _permission: 'administer site configuration'
  8. jquery_social_stream.twitter_callback:
  9. path: /js/jquery_social_stream/twitter
  10. defaults:
  11. _controller: '\Drupal\jquery_social_stream\Controller\DefaultController::jquery_social_stream_twitter_callback'
  12. requirements:
  13. _access: 'TRUE'
  14. jquery_social_stream.facebook_callback:
  15. path: /js/jquery_social_stream/facebook
  16. defaults:
  17. _controller: '\Drupal\jquery_social_stream\Controller\DefaultController::jquery_social_stream_facebook_callback'
  18. requirements:
  19. _access: 'TRUE'