Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / memcache / memcache_admin / memcache_admin.routing.yml
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 (file)
index 0000000..4711bb0
--- /dev/null
@@ -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