cc-1.0.x-dev/modules/cc_cex/cc_cex.routing.yml
modules/cc_cex/cc_cex.routing.yml
cc_cex.exchange_settings:
path: '/admin/config/services/cc-cex-exchange'
defaults:
_form: '\Drupal\cc_cex\Form\ExchangeSettingsForm'
_title: 'Currency Exchange'
requirements:
_permission: 'administer site configuration'
cc_cex.exchange_autocomplete:
path: '/admin/config/services/cc-cex-exchange/autocomplete'
defaults:
_controller: '\Drupal\cc_cex\Form\ExchangeSettingsForm::exchangeAutocomplete'
requirements:
_permission: 'administer cc_cex exchange settings'
cc_cex.market_pairs:
path: '/admin/config/services/cc-cex-exchange/pairs'
defaults:
_controller: 'Drupal\cc_cex\Controller\MarketPairsController::content'
_title: 'Market Pairs'
requirements:
_permission: 'administer cc_cex exchange settings'
cc_cex.market_pairs_refresh:
path: '/admin/config/services/cc-cex-exchange/pairs/refresh/{type}'
defaults:
_controller: 'Drupal\cc_cex\Controller\MarketPairsController::refresh'
_title: 'Refresh Market Pairs'
requirements:
_permission: 'administer cc_cex exchange settings'
options:
parameters:
type:
type: string
cc_cex.exchange_api_keys:
path: '/admin/config/services/cc-cex-exchange/keys'
defaults:
_form: '\Drupal\cc_cex\Form\ExchangeApiKeysForm'
_title: 'Exchange API Keys'
requirements:
_permission: 'administer cc_cex exchange settings'
cc_cex.balances:
path: '/admin/config/services/cc-cex-exchange/balances'
defaults:
_controller: 'Drupal\cc_cex\Controller\PrivateApiController::balances'
_title: 'Exchange Balances'
requirements:
_permission: 'administer cc_cex exchange settings'
cc_cex.refresh_balances:
path: '/admin/config/services/cc-cex-exchange/balances/refresh'
defaults:
_controller: 'Drupal\cc_cex\Controller\PrivateApiController::refreshBalances'
_title: 'Refresh Exchange Balances'
requirements:
_permission: 'administer cc_cex exchange settings'
