memcache-8.x-2.2/memcache_admin/memcache_admin.routing.yml

memcache_admin/memcache_admin.routing.yml
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

Главная | Обратная связь

drupal hosting | друпал хостинг | it patrol .inc