features.routing.yml in Features 8.4
Same filename and directory in other branches
2 string references to YAML keys in features.routing.yml
- FeaturesGenerationArchive::exportFormSubmit in src/
Plugin/ FeaturesGeneration/ FeaturesGenerationArchive.php - Responds to the submission of \Drupal\features_ui\Form\FeaturesExportForm.
- features_file_download in ./
features.module - Implements hook_file_download().
File
features.routing.ymlView source
- features.export_download:
- path: '/admin/config/development/features/download/{uri}'
- defaults:
- _controller: 'Drupal\features\Controller\FeaturesController::downloadExport'
- requirements:
- _permission: 'export configuration'