You are here

uc_catalog.routing.yml in Ubercart 8.4

uc_catalog/uc_catalog.routing.yml

File

uc_catalog/uc_catalog.routing.yml
View source
  1. uc_catalog.settings:
  2. path: '/admin/store/config/catalog'
  3. defaults:
  4. _form: '\Drupal\uc_catalog\Form\CatalogSettingsForm'
  5. _title: 'Catalog settings'
  6. requirements:
  7. _permission: 'administer catalog'
  8. uc_catalog.repair:
  9. path: '/admin/store/config/catalog/repair'
  10. defaults:
  11. _controller: '\Drupal\uc_catalog\Controller\CatalogAdminController::repairField'
  12. _title: 'Repair catalog field'
  13. requirements:
  14. _permission: 'administer catalog'
  15. uc_catalog.orphans:
  16. path: '/admin/store/products/orphans'
  17. defaults:
  18. _controller: '\Drupal\uc_catalog\Controller\CatalogAdminController::orphans'
  19. _title: 'Find products that have not been categorized.'
  20. requirements:
  21. _permission: 'administer catalog'