X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmemcache%2Fmemcache_admin%2Fmemcache_admin.routing.yml;fp=web%2Fmodules%2Fcontrib%2Fmemcache%2Fmemcache_admin%2Fmemcache_admin.routing.yml;h=4711bb06f3575155595501ae6fa61f9342a36fbe;hp=0000000000000000000000000000000000000000;hb=059867c3f96750652c80f39e44c442a58c2549ee;hpb=f8fc16ae6b862bef59baaad5d051dd37b7ff11b2 diff --git a/web/modules/contrib/memcache/memcache_admin/memcache_admin.routing.yml b/web/modules/contrib/memcache/memcache_admin/memcache_admin.routing.yml new file mode 100644 index 000000000..4711bb06f --- /dev/null +++ b/web/modules/contrib/memcache/memcache_admin/memcache_admin.routing.yml @@ -0,0 +1,47 @@ +memcache_admin.settings: + path: /admin/config/system/memcache + defaults: + _form: Drupal\memcache_admin\Form\MemcacheAdminSettingsForm + _title: Memcache Admin Settings + requirements: + _permission: administer site configuration + +memcache_admin.reports: + path: /admin/reports/memcache + defaults: + _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTable + _title: Memcache Statistics + requirements: + _permission: access memcache statistics + +memcache_admin.reports_cluster: + path: '/admin/reports/memcache/{cluster}' + defaults: + _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTable + _title: Memcache Statistics - Bin + requirements: + _permission: access memcache statistics + +memcache_admin.reports_server: + path: '/admin/reports/memcache/{cluster}/{server}' + defaults: + _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw + _title: Memcache Statistics - Server + requirements: + _permission: access memcache statistics + +memcache_admin.reports_type: + path: '/admin/reports/memcache/{cluster}/{server}/{type}' + defaults: + _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw + _title: Memcache Statistics - Type + requirements: + _permission: access memcache statistics + +memcache_admin.reports_slab_dump: + path: '/admin/reports/memcache/{cluster}/{server}/{type}/cachedump/{slab}' + defaults: + _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw + _title: Memcache Statistics - Slab Cache + requirements: + _permission: access slab cachedump