Updated all the contrib modules to their latest versions.
[yaffs-website] / web / modules / contrib / memcache / memcache_admin / memcache_admin.routing.yml
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
9 memcache_admin.reports:
10   path: /admin/reports/memcache
11   defaults:
12     _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTable
13     _title: Memcache Statistics
14   requirements:
15     _permission: access memcache statistics
16
17 memcache_admin.reports_cluster:
18   path: '/admin/reports/memcache/{cluster}'
19   defaults:
20     _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTable
21     _title: Memcache Statistics - Bin
22   requirements:
23     _permission: access memcache statistics
24
25 memcache_admin.reports_server:
26   path: '/admin/reports/memcache/{cluster}/{server}'
27   defaults:
28     _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw
29     _title: Memcache Statistics - Server
30   requirements:
31     _permission: access memcache statistics
32
33 memcache_admin.reports_type:
34   path: '/admin/reports/memcache/{cluster}/{server}/{type}'
35   defaults:
36     _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw
37     _title: Memcache Statistics - Type
38   requirements:
39     _permission: access memcache statistics
40
41 memcache_admin.reports_slab_dump:
42   path: '/admin/reports/memcache/{cluster}/{server}/{type}/cachedump/{slab}'
43   defaults:
44     _controller: Drupal\memcache_admin\Controller\MemcacheStatisticsController::statsTableRaw
45     _title: Memcache Statistics - Slab Cache
46   requirements:
47     _permission: access slab cachedump