You are here

bynder.routing.yml in Bynder 8.2

Same filename and directory in other branches
  1. 8.3 bynder.routing.yml
  2. 8 bynder.routing.yml
  3. 4.0.x bynder.routing.yml

File

bynder.routing.yml
View source
  1. bynder.configuration_form:
  2. path: '/admin/config/services/bynder'
  3. defaults:
  4. _form: '\Drupal\bynder\Form\BynderConfigurationForm'
  5. _title: 'Bynder Configuration'
  6. requirements:
  7. _permission: 'administer bynder configuration'
  8. bynder.oauth:
  9. path: '/bynder-oauth'
  10. defaults:
  11. _controller: '\Drupal\bynder\Controller\BynderOAuthLogin:oAuth'
  12. _title: 'Bynder login'
  13. requirements:
  14. _custom_access: '\Drupal\bynder\Controller\BynderOAuthLogin::access'
  15. options:
  16. no_cache: TRUE
  17. bynder.usage:
  18. path: '/node/{node}/bynder-usage'
  19. defaults:
  20. _controller: '\Drupal\bynder\Controller\BynderMediaUsage::bynderMediaInfo'
  21. _title: 'Bynder usage'
  22. requirements:
  23. _permission: 'view bynder media usage'
  24. bynder.bynder_select2:
  25. path: '/bynder/tags/search'
  26. defaults:
  27. _controller: '\Drupal\bynder\Controller\BynderTagSearchService::searchTags'
  28. _title: 'Bynder Tag Search'
  29. methods: [GET]
  30. requirements:
  31. _access: 'TRUE'