bynder-4.0.0-beta1/bynder.routing.yml
bynder.routing.yml
bynder.configuration_form:
path: '/admin/config/services/bynder'
defaults:
_form: '\Drupal\bynder\Form\BynderConfigurationForm'
_title: 'Bynder Configuration'
requirements:
_permission: 'administer bynder configuration'
bynder.oauth:
path: '/bynder-oauth'
defaults:
_controller: '\Drupal\bynder\Controller\BynderOAuthLogin:oAuth'
_title: 'Bynder login'
requirements:
_custom_access: '\Drupal\bynder\Controller\BynderOAuthLogin::access'
options:
no_cache: TRUE
bynder.usage:
path: '/node/{node}/bynder-usage'
defaults:
_controller: '\Drupal\bynder\Controller\BynderMediaUsage::bynderMediaInfo'
_title: 'Bynder usage'
requirements:
_permission: 'view bynder media usage'
bynder.bynder_select2:
path: '/bynder/tags/search'
defaults:
_controller: '\Drupal\bynder\Controller\BynderTagSearchService::searchTags'
_title: 'Bynder Tag Search'
methods: [GET]
requirements:
_access: 'TRUE'
