You are here

memcache_admin.routing.yml in Memcache API and Integration 8.2

memcache_admin/memcache_admin.routing.yml

File

memcache_admin/memcache_admin.routing.yml
View source
  1. memcache_admin.settings:
  2. path: /admin/config/system/memcache
  3. defaults:
  4. _form: Drupal\memcache_admin\Form\MemcacheAdminSettingsForm
  5. _title: Memcache Admin Settings
  6. requirements:
  7. _permission: administer site configuration
  8. memcache_admin.reports:
  9. path: /admin/reports/memcache
  10. defaults:
  11. _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTable
  12. _title: Memcache Statistics
  13. requirements:
  14. _permission: access memcache statistics
  15. memcache_admin.reports_cluster:
  16. path: '/admin/reports/memcache/{cluster}'
  17. defaults:
  18. _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTable
  19. _title: Memcache Statistics - Bin
  20. requirements:
  21. _permission: access memcache statistics
  22. memcache_admin.reports_server:
  23. path: '/admin/reports/memcache/{cluster}/{server}'
  24. defaults:
  25. _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw
  26. _title: Memcache Statistics - Server
  27. requirements:
  28. _permission: access memcache statistics
  29. memcache_admin.reports_type:
  30. path: '/admin/reports/memcache/{cluster}/{server}/{type}'
  31. defaults:
  32. _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw
  33. _title: Memcache Statistics - Type
  34. requirements:
  35. _permission: access memcache statistics
  36. memcache_admin.reports_slab_dump:
  37. path: '/admin/reports/memcache/{cluster}/{server}/{type}/cachedump/{slab}'
  38. defaults:
  39. _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw
  40. _title: Memcache Statistics - Slab Cache
  41. requirements:
  42. _permission: access slab cachedump