You are here

features.routing.yml in Features 8.4

Same filename and directory in other branches
  1. 8.3 features.routing.yml

File

features.routing.yml
View source
  1. features.export_download:
  2. path: '/admin/config/development/features/download/{uri}'
  3. defaults:
  4. _controller: 'Drupal\features\Controller\FeaturesController::downloadExport'
  5. requirements:
  6. _permission: 'export configuration'