You are here

social_core.routing.yml in Open Social 10.2.x

modules/social_features/social_core/social_core.routing.yml

File

modules/social_features/social_core/social_core.routing.yml
View source
  1. social_core.access_denied:
  2. path: '/access-denied'
  3. defaults:
  4. _controller: '\Drupal\social_core\Controller\SocialCoreController::accessDenied'
  5. _title: 'Access Denied'
  6. requirements:
  7. _permission: 'access content'
  8. social_core.homepage:
  9. path: '/stream'
  10. defaults:
  11. _controller: '\Drupal\social_core\Controller\SocialCoreController::stream'
  12. _title: ''
  13. requirements:
  14. _permission: 'access content'
  15. social_core.admin.config.social:
  16. path: '/admin/config/opensocial'
  17. defaults:
  18. _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
  19. _title: 'Open Social Settings'
  20. requirements:
  21. _permission: 'access administration pages'
  22. social_core.my_invites:
  23. path: '/my-invites'
  24. defaults:
  25. _controller: '\Drupal\social_core\Controller\SocialCoreController::myInvitesUserPage'
  26. requirements:
  27. _user_is_logged_in: 'TRUE'